#BBABE6

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

Shades of Melrose #BBABE6

Tints of Melrose #BBABE6

Color information

#BBABE6 (or 0xBBABE6) is unknown color: approx Melrose. HEX triplet: BB, AB and E6. RGB value is (187,171,230). Sum of RGB (Red+Green+Blue) = 187+171+230=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABE6 is #445419. Grayscale: #B6B6B6. Windows color (decimal): -4477978 or 15117243. OLE color: 15117243.

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

Color convert

RGB187171230-
CMYK0.190.2600.10
HSL256.27º54.13%78.63%-
HSV(B)256.27º25.65%90.2%-
XYZ49.3445.481.03-
YUV182.51154.8131.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 230 (90.23% from 255) = 39.12%
R=31.80%
G=29.08%
B=39.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871712300.190.2600.10256.2754.1378.63
HexBBABE6131A0A100364f
Octal273253346233201240066117
Binary1011101110101011111001101001111010010101000000001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABE6; }

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

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

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

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

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

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

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

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