#BBABF2

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

Shades of Melrose #BBABF2

Tints of Melrose #BBABF2

Color information

#BBABF2 (or 0xBBABF2) is unknown color: approx Melrose. HEX triplet: BB, AB and F2. RGB value is (187,171,242). Sum of RGB (Red+Green+Blue) = 187+171+242=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABF2 is #44540D. Grayscale: #B7B7B7. Windows color (decimal): -4477966 or 15903675. OLE color: 15903675.

HSL color Cylindrical-coordinate representation of color #BBABF2: hue angle of 253.52º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBABF2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187171242-
CMYK0.230.2900.05
HSL253.52º73.2%80.98%-
HSV(B)253.52º29.34%94.9%-
XYZ51.0846.190.21-
YUV183.88160.8130.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 242 (94.92% from 255) = 40.33%
R=31.17%
G=28.5%
B=40.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871712420.230.2900.05253.5273.280.98
HexBBABF2171D05fe4951
Octal273253362273505376111121
Binary101110111010101111110010101111110101011111111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABF2; }

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

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

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

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

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

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

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

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