#BBAAEA

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

Shades of Melrose #BBAAEA

Tints of Melrose #BBAAEA

Color information

#BBAAEA (or 0xBBAAEA) is unknown color: approx Melrose. HEX triplet: BB, AA and EA. RGB value is (187,170,234). Sum of RGB (Red+Green+Blue) = 187+170+234=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAEA is #445515. Grayscale: #B6B6B6. Windows color (decimal): -4478230 or 15379131. OLE color: 15379131.

HSL color Cylindrical-coordinate representation of color #BBAAEA: hue angle of 255.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAAEA is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187170234-
CMYK0.200.2700.08
HSL255.94º60.38%79.22%-
HSV(B)255.94º27.35%91.76%-
XYZ49.7245.2583.96-
YUV182.38157.13131.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=31.64%
G=28.76%
B=39.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871702340.200.2700.08255.9460.3879.22
HexBBAAEA141B081003c4f
Octal273252352243301040074117
Binary1011101110101010111010101010011011010001000000001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAEA; }

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

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

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

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

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

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

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

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