#BFAEE6

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

Shades of Melrose #BFAEE6

Tints of Melrose #BFAEE6

Color information

#BFAEE6 (or 0xBFAEE6) is unknown color: approx Melrose. HEX triplet: BF, AE and E6. RGB value is (191,174,230). Sum of RGB (Red+Green+Blue) = 191+174+230=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEE6 is #405119. Grayscale: #B9B9B9. Windows color (decimal): -4215066 or 15118015. OLE color: 15118015.

HSL color Cylindrical-coordinate representation of color #BFAEE6: hue angle of 258.21º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFAEE6 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191174230-
CMYK0.170.2400.10
HSL258.21º52.83%79.22%-
HSV(B)258.21º24.35%90.2%-
XYZ50.947.0681.26-
YUV185.47153.13131.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 230 (90.23% from 255) = 38.66%
R=32.10%
G=29.24%
B=38.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911742300.170.2400.10258.2152.8379.22
HexBFAEE611180A102354f
Octal277256346213001240265117
Binary1011111110101110111001101000111000010101000000101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEE6; }

 p { color: rgb(191,174,230); }

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

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

 a { background-color: rgb(191,174,230); }

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

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

 span { border-color: rgb(191,174,230); }

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