#BBABEA

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

Shades of Melrose #BBABEA

Tints of Melrose #BBABEA

Color information

#BBABEA (or 0xBBABEA) is unknown color: approx Melrose. HEX triplet: BB, AB and EA. RGB value is (187,171,234). Sum of RGB (Red+Green+Blue) = 187+171+234=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABEA is #445415. Grayscale: #B6B6B6. Windows color (decimal): -4477974 or 15379387. OLE color: 15379387.

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

Color convert

RGB187171234-
CMYK0.200.2700.08
HSL255.24º60%79.41%-
HSV(B)255.24º26.92%91.76%-
XYZ49.9145.6384.02-
YUV182.97156.8130.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 234 (91.80% from 255) = 39.53%
R=31.59%
G=28.89%
B=39.53%

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
Decimal1871712340.200.2700.08255.246079.41
HexBBABEA141B08ff3c4f
Octal273253352243301037774117
Binary101110111010101111101010101001101101000111111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABEA; }

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

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

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

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

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

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

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

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