#BFA9F9

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

Shades of Melrose #BFA9F9

Tints of Melrose #BFA9F9

Color information

#BFA9F9 (or 0xBFA9F9) is unknown color: approx Melrose. HEX triplet: BF, A9 and F9. RGB value is (191,169,249). Sum of RGB (Red+Green+Blue) = 191+169+249=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFA9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA9F9 is #405606. Grayscale: #B8B8B8. Windows color (decimal): -4216327 or 16361919. OLE color: 16361919.

HSL color Cylindrical-coordinate representation of color #BFA9F9: hue angle of 256.5º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFA9F9 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191169249-
CMYK0.230.3200.02
HSL256.5º86.96%81.96%-
HSV(B)256.5º32.13%97.65%-
XYZ52.7746.2995.78-
YUV184.7164.29132.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 169 (66.41% from 255) = 27.75%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=31.36%
G=27.75%
B=40.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911692490.230.3200.02256.586.9681.96
HexBFA9F91720021005752
Octal277251371274002400127122
Binary1011111110101001111110011011110000001010000000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9F9; }

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

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

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

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

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

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

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

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