#bfa7f6

Color #BFA7F6 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #BFA7F6

Tints of Melrose #BFA7F6

Color information

#BFA7F6 (or 0xBFA7F6) is unknown color: approx Melrose. HEX triplet: BF, A7 and F6. RGB value is (191,167,246). Sum of RGB (Red+Green+Blue) = 191+167+246=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFA7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA7F6 is #405809. Grayscale: #B6B6B6. Windows color (decimal): -4216842 or 16164799. OLE color: 16164799.

HSL color Cylindrical-coordinate representation of color #BFA7F6: hue angle of 258.23º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFA7F6 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191167246-
CMYK0.220.3200.04
HSL258.23º81.44%80.98%-
HSV(B)258.23º32.11%96.47%-
XYZ51.9445.3793.21-
YUV183.18163.45133.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 246 (96.48% from 255) = 40.73%
R=31.62%
G=27.65%
B=40.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911672460.220.3200.04258.2381.4480.98
HexBFA7F61620041025151
Octal277247366264004402121121
Binary10111111101001111111011010110100000010010000001010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfa7f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfa7f6; }

 p { color: rgb(191,167,246); }

 H1.HeaderClassName
 {
   color: #bfa7f6;
 }
 .AnyTagClassName
 {
   color: #bfa7f6;
 }
</style>
background-color css

<style>
 a { background-color: #bfa7f6; }

 a { background-color: rgb(191,167,246); }

 div.DivClassName
 {
   background-color: #bfa7f6;
 }
 .BgClassName
 {
   background-color: #bfa7f6;
 }
</style>
border-color css

<style>
 span { border-color: #bfa7f6; }

 span { border-color: rgb(191,167,246); }

 td.TdClassName
 {
   border-color: #bfa7f6;
 }
 .TagClassName
 {
   border-color: #bfa7f6;
 }
</style>