Shades of Blue Haze #B2ADBF
Tints of Blue Haze #B2ADBF
RGB
CMYK
RGB Variations
Color information
#B2ADBF (or 0xB2ADBF) is known color: Blue Haze. HEX triplet: B2, AD and BF. RGB value is (178,173,191). Sum of RGB (Red+Green+Blue) = 178+173+191=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADBF is #4D5240. Grayscale: #B0B0B0. Windows color (decimal): -5067329 or 12561842. OLE color: 12561842.
HSL color Cylindrical-coordinate representation of color #B2ADBF: hue angle of 256.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2ADBF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 173 | 191 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.25 |
| HSL | 256.67º | 0.12% | 0.71% | - |
| HSV(B) | 256.67º | 0.09% | 0.75% | - |
| XYZ | 42.71 | 43.11 | 55.36 | - |
| YUV | 176.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 191 | 0.07 | 0.09 | 0 | 0.25 | 256.67 | 0.12 | 0.71 |
| Hex | B2 | AD | BF | 7 | 9 | 0 | 19 | 101 | C | 47 |
| Octal | 262 | 255 | 277 | 7 | 11 | 0 | 31 | 401 | 14 | 107 |
| Binary | 10110010 | 10101101 | 10111111 | 111 | 1001 | 0 | 11001 | 100000001 | 1100 | 1000111 |
Color Harmonies of #B2ADBF
Complementary color
Monochromatic Colors of #B2ADBF
Black with #B2ADBF
Text Example
Text Example
White with #B2ADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADBF; }
p { color: rgb(178,173,191); }
H1.HeaderClassName
{
color: #B2ADBF;
}
.AnyTagClassName
{
color: #B2ADBF;
}
</style>
background-color css
<style>
a { background-color: #B2ADBF; }
a { background-color: rgb(178,173,191); }
div.DivClassName
{
background-color: #B2ADBF;
}
.BgClassName
{
background-color: #B2ADBF;
}
</style>
border-color css
<style>
span { border-color: #B2ADBF; }
span { border-color: rgb(178,173,191); }
td.TdClassName
{
border-color: #B2ADBF;
}
.TagClassName
{
border-color: #B2ADBF;
}
</style>