Shades of Blue Haze #B3ABD1
Tints of Blue Haze #B3ABD1
RGB
CMYK
RGB Variations
Color information
#B3ABD1 (or 0xB3ABD1) is known color: Blue Haze. HEX triplet: B3, AB and D1. RGB value is (179,171,209). Sum of RGB (Red+Green+Blue) = 179+171+209=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #B3ABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABD1 is #4C542E. Grayscale: #B1B1B1. Windows color (decimal): -5002287 or 13740979. OLE color: 13740979.
HSL color Cylindrical-coordinate representation of color #B3ABD1: hue angle of 252.63º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3ABD1 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 171 | 209 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.18 |
| HSL | 252.63º | 0.29% | 0.75% | - |
| HSV(B) | 252.63º | 0.18% | 0.82% | - |
| XYZ | 44.66 | 43.31 | 66.33 | - |
| YUV | 177.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 209 | 0.14 | 0.18 | 0 | 0.18 | 252.63 | 0.29 | 0.75 |
| Hex | B3 | AB | D1 | E | 12 | 0 | 12 | FD | 1D | 4B |
| Octal | 263 | 253 | 321 | 16 | 22 | 0 | 22 | 375 | 35 | 113 |
| Binary | 10110011 | 10101011 | 11010001 | 1110 | 10010 | 0 | 10010 | 11111101 | 11101 | 1001011 |
Color Harmonies of #B3ABD1
Complementary color
Monochromatic Colors of #B3ABD1
Black with #B3ABD1
Text Example
Text Example
White with #B3ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABD1; }
p { color: rgb(179,171,209); }
H1.HeaderClassName
{
color: #B3ABD1;
}
.AnyTagClassName
{
color: #B3ABD1;
}
</style>
background-color css
<style>
a { background-color: #B3ABD1; }
a { background-color: rgb(179,171,209); }
div.DivClassName
{
background-color: #B3ABD1;
}
.BgClassName
{
background-color: #B3ABD1;
}
</style>
border-color css
<style>
span { border-color: #B3ABD1; }
span { border-color: rgb(179,171,209); }
td.TdClassName
{
border-color: #B3ABD1;
}
.TagClassName
{
border-color: #B3ABD1;
}
</style>