#BBABEC

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

Shades of Melrose #BBABEC

Tints of Melrose #BBABEC

Color information

#BBABEC (or 0xBBABEC) is unknown color: approx Melrose. HEX triplet: BB, AB and EC. RGB value is (187,171,236). Sum of RGB (Red+Green+Blue) = 187+171+236=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABEC is #445413. Grayscale: #B6B6B6. Windows color (decimal): -4477972 or 15510459. OLE color: 15510459.

HSL color Cylindrical-coordinate representation of color #BBABEC: hue angle of 254.77º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBABEC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187171236-
CMYK0.210.2800.07
HSL254.77º63.11%79.8%-
HSV(B)254.77º27.54%92.55%-
XYZ50.245.7585.54-
YUV183.19157.8130.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 171 (67.19% from 255) = 28.79%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=31.48%
G=28.79%
B=39.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871712360.210.2800.07254.7763.1179.8
HexBBABEC151C07ff3f50
Octal27325335425340737777120
Binary10111011101010111110110010101111000111111111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABEC; }

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

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

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

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

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

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

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

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