Shades of Blue Haze #B2ABCD
Tints of Blue Haze #B2ABCD
RGB
CMYK
RGB Variations
Color information
#B2ABCD (or 0xB2ABCD) is known color: Blue Haze. HEX triplet: B2, AB and CD. RGB value is (178,171,205). Sum of RGB (Red+Green+Blue) = 178+171+205=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABCD is #4D5432. Grayscale: #B0B0B0. Windows color (decimal): -5067827 or 13478834. OLE color: 13478834.
HSL color Cylindrical-coordinate representation of color #B2ABCD: hue angle of 252.35º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2ABCD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 171 | 205 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.20 |
| HSL | 252.35º | 0.25% | 0.74% | - |
| HSV(B) | 252.35º | 0.17% | 0.8% | - |
| XYZ | 43.94 | 43 | 63.74 | - |
| YUV | 176.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 205 | 0.13 | 0.17 | 0 | 0.20 | 252.35 | 0.25 | 0.74 |
| Hex | B2 | AB | CD | D | 11 | 0 | 14 | FC | 19 | 4A |
| Octal | 262 | 253 | 315 | 15 | 21 | 0 | 24 | 374 | 31 | 112 |
| Binary | 10110010 | 10101011 | 11001101 | 1101 | 10001 | 0 | 10100 | 11111100 | 11001 | 1001010 |
Color Harmonies of #B2ABCD
Complementary color
Monochromatic Colors of #B2ABCD
Black with #B2ABCD
Text Example
Text Example
White with #B2ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABCD; }
p { color: rgb(178,171,205); }
H1.HeaderClassName
{
color: #B2ABCD;
}
.AnyTagClassName
{
color: #B2ABCD;
}
</style>
background-color css
<style>
a { background-color: #B2ABCD; }
a { background-color: rgb(178,171,205); }
div.DivClassName
{
background-color: #B2ABCD;
}
.BgClassName
{
background-color: #B2ABCD;
}
</style>
border-color css
<style>
span { border-color: #B2ABCD; }
span { border-color: rgb(178,171,205); }
td.TdClassName
{
border-color: #B2ABCD;
}
.TagClassName
{
border-color: #B2ABCD;
}
</style>