#BBAAE8

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

Shades of Melrose #BBAAE8

Tints of Melrose #BBAAE8

Color information

#BBAAE8 (or 0xBBAAE8) is unknown color: approx Melrose. HEX triplet: BB, AA and E8. RGB value is (187,170,232). Sum of RGB (Red+Green+Blue) = 187+170+232=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBAAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAE8 is #445517. Grayscale: #B5B5B5. Windows color (decimal): -4478232 or 15248059. OLE color: 15248059.

HSL color Cylindrical-coordinate representation of color #BBAAE8: hue angle of 256.45º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAAE8 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187170232-
CMYK0.190.2700.09
HSL256.45º57.41%78.82%-
HSV(B)256.45º26.72%90.98%-
XYZ49.4345.1482.45-
YUV182.15156.13131.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 232 (91.02% from 255) = 39.39%
R=31.75%
G=28.86%
B=39.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871702320.190.2700.09256.4557.4178.82
HexBBAAE8131B09100394f
Octal273252350233301140071117
Binary1011101110101010111010001001111011010011000000001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAE8; }

 p { color: rgb(187,170,232); }

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

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

 a { background-color: rgb(187,170,232); }

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

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

 span { border-color: rgb(187,170,232); }

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