Shades of Blue Haze #B2ABCA
Tints of Blue Haze #B2ABCA
RGB
CMYK
RGB Variations
Color information
#B2ABCA (or 0xB2ABCA) is known color: Blue Haze. HEX triplet: B2, AB and CA. RGB value is (178,171,202). Sum of RGB (Red+Green+Blue) = 178+171+202=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABCA is #4D5435. Grayscale: #B0B0B0. Windows color (decimal): -5067830 or 13282226. OLE color: 13282226.
HSL color Cylindrical-coordinate representation of color #B2ABCA: hue angle of 253.55º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2ABCA is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 171 | 202 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.21 |
| HSL | 253.55º | 0.23% | 0.73% | - |
| HSV(B) | 253.55º | 0.15% | 0.79% | - |
| XYZ | 43.58 | 42.86 | 61.85 | - |
| YUV | 176.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 202 | 0.12 | 0.15 | 0 | 0.21 | 253.55 | 0.23 | 0.73 |
| Hex | B2 | AB | CA | C | F | 0 | 15 | FE | 17 | 49 |
| Octal | 262 | 253 | 312 | 14 | 17 | 0 | 25 | 376 | 27 | 111 |
| Binary | 10110010 | 10101011 | 11001010 | 1100 | 1111 | 0 | 10101 | 11111110 | 10111 | 1001001 |
Color Harmonies of #B2ABCA
Complementary color
Monochromatic Colors of #B2ABCA
Black with #B2ABCA
Text Example
Text Example
White with #B2ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABCA; }
p { color: rgb(178,171,202); }
H1.HeaderClassName
{
color: #B2ABCA;
}
.AnyTagClassName
{
color: #B2ABCA;
}
</style>
background-color css
<style>
a { background-color: #B2ABCA; }
a { background-color: rgb(178,171,202); }
div.DivClassName
{
background-color: #B2ABCA;
}
.BgClassName
{
background-color: #B2ABCA;
}
</style>
border-color css
<style>
span { border-color: #B2ABCA; }
span { border-color: rgb(178,171,202); }
td.TdClassName
{
border-color: #B2ABCA;
}
.TagClassName
{
border-color: #B2ABCA;
}
</style>