#BFA9F4

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

Shades of Melrose #BFA9F4

Tints of Melrose #BFA9F4

Color information

#BFA9F4 (or 0xBFA9F4) is unknown color: approx Melrose. HEX triplet: BF, A9 and F4. RGB value is (191,169,244). Sum of RGB (Red+Green+Blue) = 191+169+244=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFA9F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA9F4 is #40560B. Grayscale: #B7B7B7. Windows color (decimal): -4216332 or 16034239. OLE color: 16034239.

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

Color convert

RGB191169244-
CMYK0.220.3100.04
HSL257.6º77.32%80.98%-
HSV(B)257.6º30.74%95.69%-
XYZ5245.9891.72-
YUV184.13161.79132.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 244 (95.70% from 255) = 40.40%
R=31.62%
G=27.98%
B=40.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911692440.220.3100.04257.677.3280.98
HexBFA9F4161F041024d51
Octal277251364263704402115121
Binary1011111110101001111101001011011111010010000001010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9F4; }

 p { color: rgb(191,169,244); }

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

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

 a { background-color: rgb(191,169,244); }

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

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

 span { border-color: rgb(191,169,244); }

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