Shades of Blue Haze #B2ABCE
Tints of Blue Haze #B2ABCE
RGB
CMYK
RGB Variations
Color information
#B2ABCE (or 0xB2ABCE) is known color: Blue Haze. HEX triplet: B2, AB and CE. RGB value is (178,171,206). Sum of RGB (Red+Green+Blue) = 178+171+206=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABCE is #4D5431. Grayscale: #B0B0B0. Windows color (decimal): -5067826 or 13544370. OLE color: 13544370.
HSL color Cylindrical-coordinate representation of color #B2ABCE: hue angle of 252º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2ABCE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 171 | 206 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.19 |
| HSL | 252º | 0.26% | 0.74% | - |
| HSV(B) | 252º | 0.17% | 0.81% | - |
| XYZ | 44.06 | 43.05 | 64.38 | - |
| YUV | 177.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 206 | 0.14 | 0.17 | 0 | 0.19 | 252 | 0.26 | 0.74 |
| Hex | B2 | AB | CE | E | 11 | 0 | 13 | FC | 1A | 4A |
| Octal | 262 | 253 | 316 | 16 | 21 | 0 | 23 | 374 | 32 | 112 |
| Binary | 10110010 | 10101011 | 11001110 | 1110 | 10001 | 0 | 10011 | 11111100 | 11010 | 1001010 |
Color Harmonies of #B2ABCE
Complementary color
Monochromatic Colors of #B2ABCE
Black with #B2ABCE
Text Example
Text Example
White with #B2ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABCE; }
p { color: rgb(178,171,206); }
H1.HeaderClassName
{
color: #B2ABCE;
}
.AnyTagClassName
{
color: #B2ABCE;
}
</style>
background-color css
<style>
a { background-color: #B2ABCE; }
a { background-color: rgb(178,171,206); }
div.DivClassName
{
background-color: #B2ABCE;
}
.BgClassName
{
background-color: #B2ABCE;
}
</style>
border-color css
<style>
span { border-color: #B2ABCE; }
span { border-color: rgb(178,171,206); }
td.TdClassName
{
border-color: #B2ABCE;
}
.TagClassName
{
border-color: #B2ABCE;
}
</style>