Shades of Blue Haze #B2AFBD
Tints of Blue Haze #B2AFBD
RGB
CMYK
RGB Variations
Color information
#B2AFBD (or 0xB2AFBD) is known color: Blue Haze. HEX triplet: B2, AF and BD. RGB value is (178,175,189). Sum of RGB (Red+Green+Blue) = 178+175+189=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #B2AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFBD is #4D5042. Grayscale: #B1B1B1. Windows color (decimal): -5066819 or 12431282. OLE color: 12431282.
HSL color Cylindrical-coordinate representation of color #B2AFBD: hue angle of 252.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2AFBD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 175 | 189 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.26 |
| HSL | 252.86º | 0.1% | 0.71% | - |
| HSV(B) | 252.86º | 0.07% | 0.74% | - |
| XYZ | 42.88 | 43.8 | 54.34 | - |
| YUV | 177.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 189 | 0.06 | 0.07 | 0 | 0.26 | 252.86 | 0.1 | 0.71 |
| Hex | B2 | AF | BD | 6 | 7 | 0 | 1A | FD | A | 47 |
| Octal | 262 | 257 | 275 | 6 | 7 | 0 | 32 | 375 | 12 | 107 |
| Binary | 10110010 | 10101111 | 10111101 | 110 | 111 | 0 | 11010 | 11111101 | 1010 | 1000111 |
Color Harmonies of #B2AFBD
Complementary color
Monochromatic Colors of #B2AFBD
Black with #B2AFBD
Text Example
Text Example
White with #B2AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFBD; }
p { color: rgb(178,175,189); }
H1.HeaderClassName
{
color: #B2AFBD;
}
.AnyTagClassName
{
color: #B2AFBD;
}
</style>
background-color css
<style>
a { background-color: #B2AFBD; }
a { background-color: rgb(178,175,189); }
div.DivClassName
{
background-color: #B2AFBD;
}
.BgClassName
{
background-color: #B2AFBD;
}
</style>
border-color css
<style>
span { border-color: #B2AFBD; }
span { border-color: rgb(178,175,189); }
td.TdClassName
{
border-color: #B2AFBD;
}
.TagClassName
{
border-color: #B2AFBD;
}
</style>