#BFA9FE

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

Shades of Melrose #BFA9FE

Tints of Melrose #BFA9FE

Color information

#BFA9FE (or 0xBFA9FE) is unknown color: approx Melrose. HEX triplet: BF, A9 and FE. RGB value is (191,169,254). Sum of RGB (Red+Green+Blue) = 191+169+254=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA9FE is #405601. Grayscale: #B8B8B8. Windows color (decimal): -4216322 or 16689599. OLE color: 16689599.

HSL color Cylindrical-coordinate representation of color #BFA9FE: hue angle of 255.53º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFA9FE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191169254-
CMYK0.250.3300.00
HSL255.53º97.7%82.94%-
HSV(B)255.53º33.46%99.61%-
XYZ53.5646.6199.94-
YUV185.27166.79132.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=31.11%
G=27.52%
B=41.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911692540.250.3300.00255.5397.782.94
HexBFA9FE1921001006253
Octal277251376314100400142123
Binary101111111010100111111110110011000010010000000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9FE; }

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

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

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

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

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

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

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

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