#BBAAE9

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

Shades of Melrose #BBAAE9

Tints of Melrose #BBAAE9

Color information

#BBAAE9 (or 0xBBAAE9) is unknown color: approx Melrose. HEX triplet: BB, AA and E9. RGB value is (187,170,233). Sum of RGB (Red+Green+Blue) = 187+170+233=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBAAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAE9 is #445516. Grayscale: #B6B6B6. Windows color (decimal): -4478231 or 15313595. OLE color: 15313595.

HSL color Cylindrical-coordinate representation of color #BBAAE9: hue angle of 256.19º degrees, saturation: 0.59, 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 #BBAAE9 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187170233-
CMYK0.200.2700.09
HSL256.19º58.88%79.02%-
HSV(B)256.19º27.04%91.37%-
XYZ49.5845.283.2-
YUV182.26156.63131.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 233 (91.41% from 255) = 39.49%
R=31.69%
G=28.81%
B=39.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871702330.200.2700.09256.1958.8879.02
HexBBAAE9141B091003b4f
Octal273252351243301140073117
Binary1011101110101010111010011010011011010011000000001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAE9; }

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

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

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

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

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

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

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

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