Shades of Blue Haze #B3ABCE
Tints of Blue Haze #B3ABCE
RGB
CMYK
RGB Variations
Color information
#B3ABCE (or 0xB3ABCE) is known color: Blue Haze. HEX triplet: B3, AB and CE. RGB value is (179,171,206). Sum of RGB (Red+Green+Blue) = 179+171+206=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABCE is #4C5431. Grayscale: #B1B1B1. Windows color (decimal): -5002290 or 13544371. OLE color: 13544371.
HSL color Cylindrical-coordinate representation of color #B3ABCE: hue angle of 253.71º 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 #B3ABCE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 171 | 206 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.19 |
| HSL | 253.71º | 0.26% | 0.74% | - |
| HSV(B) | 253.71º | 0.17% | 0.81% | - |
| XYZ | 44.29 | 43.17 | 64.39 | - |
| YUV | 177.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 206 | 0.13 | 0.17 | 0 | 0.19 | 253.71 | 0.26 | 0.74 |
| Hex | B3 | AB | CE | D | 11 | 0 | 13 | FE | 1A | 4A |
| Octal | 263 | 253 | 316 | 15 | 21 | 0 | 23 | 376 | 32 | 112 |
| Binary | 10110011 | 10101011 | 11001110 | 1101 | 10001 | 0 | 10011 | 11111110 | 11010 | 1001010 |
Color Harmonies of #B3ABCE
Complementary color
Monochromatic Colors of #B3ABCE
Black with #B3ABCE
Text Example
Text Example
White with #B3ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABCE; }
p { color: rgb(179,171,206); }
H1.HeaderClassName
{
color: #B3ABCE;
}
.AnyTagClassName
{
color: #B3ABCE;
}
</style>
background-color css
<style>
a { background-color: #B3ABCE; }
a { background-color: rgb(179,171,206); }
div.DivClassName
{
background-color: #B3ABCE;
}
.BgClassName
{
background-color: #B3ABCE;
}
</style>
border-color css
<style>
span { border-color: #B3ABCE; }
span { border-color: rgb(179,171,206); }
td.TdClassName
{
border-color: #B3ABCE;
}
.TagClassName
{
border-color: #B3ABCE;
}
</style>