#BBAAE7

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

Shades of Melrose #BBAAE7

Tints of Melrose #BBAAE7

Color information

#BBAAE7 (or 0xBBAAE7) is unknown color: approx Melrose. HEX triplet: BB, AA and E7. RGB value is (187,170,231). Sum of RGB (Red+Green+Blue) = 187+170+231=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAE7 is #445518. Grayscale: #B5B5B5. Windows color (decimal): -4478233 or 15182523. OLE color: 15182523.

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

Color convert

RGB187170231-
CMYK0.190.2600.09
HSL256.72º55.96%78.63%-
HSV(B)256.72º26.41%90.59%-
XYZ49.2945.0881.71-
YUV182.04155.63131.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 231 (90.62% from 255) = 39.29%
R=31.80%
G=28.91%
B=39.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871702310.190.2600.09256.7255.9678.63
HexBBAAE7131A09101384f
Octal273252347233201140170117
Binary1011101110101010111001111001111010010011000000011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAE7; }

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

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

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

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

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

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

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

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