Shades of Blue Haze #B2ABC5
Tints of Blue Haze #B2ABC5
RGB
CMYK
RGB Variations
Color information
#B2ABC5 (or 0xB2ABC5) is known color: Blue Haze. HEX triplet: B2, AB and C5. RGB value is (178,171,197). Sum of RGB (Red+Green+Blue) = 178+171+197=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 197 - color contains mainly: blue. Hex color #B2ABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABC5 is #4D543A. Grayscale: #AFAFAF. Windows color (decimal): -5067835 or 12954546. OLE color: 12954546.
HSL color Cylindrical-coordinate representation of color #B2ABC5: hue angle of 256.15º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2ABC5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 171 | 197 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.23 |
| HSL | 256.15º | 0.18% | 0.72% | - |
| HSV(B) | 256.15º | 0.13% | 0.77% | - |
| XYZ | 43 | 42.62 | 58.78 | - |
| YUV | 176.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 197 | 0.10 | 0.13 | 0 | 0.23 | 256.15 | 0.18 | 0.72 |
| Hex | B2 | AB | C5 | A | D | 0 | 17 | 100 | 12 | 48 |
| Octal | 262 | 253 | 305 | 12 | 15 | 0 | 27 | 400 | 22 | 110 |
| Binary | 10110010 | 10101011 | 11000101 | 1010 | 1101 | 0 | 10111 | 100000000 | 10010 | 1001000 |
Color Harmonies of #B2ABC5
Complementary color
Monochromatic Colors of #B2ABC5
Black with #B2ABC5
Text Example
Text Example
White with #B2ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABC5; }
p { color: rgb(178,171,197); }
H1.HeaderClassName
{
color: #B2ABC5;
}
.AnyTagClassName
{
color: #B2ABC5;
}
</style>
background-color css
<style>
a { background-color: #B2ABC5; }
a { background-color: rgb(178,171,197); }
div.DivClassName
{
background-color: #B2ABC5;
}
.BgClassName
{
background-color: #B2ABC5;
}
</style>
border-color css
<style>
span { border-color: #B2ABC5; }
span { border-color: rgb(178,171,197); }
td.TdClassName
{
border-color: #B2ABC5;
}
.TagClassName
{
border-color: #B2ABC5;
}
</style>