Shades of Blue Haze #B0ADBC
Tints of Blue Haze #B0ADBC
RGB
CMYK
RGB Variations
Color information
#B0ADBC (or 0xB0ADBC) is known color: Blue Haze. HEX triplet: B0, AD and BC. RGB value is (176,173,188). Sum of RGB (Red+Green+Blue) = 176+173+188=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #B0ADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADBC is #4F5243. Grayscale: #AFAFAF. Windows color (decimal): -5198404 or 12365232. OLE color: 12365232.
HSL color Cylindrical-coordinate representation of color #B0ADBC: hue angle of 252º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0ADBC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 173 | 188 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.26 |
| HSL | 252º | 0.1% | 0.71% | - |
| HSV(B) | 252º | 0.08% | 0.74% | - |
| XYZ | 41.93 | 42.75 | 53.62 | - |
| YUV | 175.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 188 | 0.06 | 0.08 | 0 | 0.26 | 252 | 0.1 | 0.71 |
| Hex | B0 | AD | BC | 6 | 8 | 0 | 1A | FC | A | 47 |
| Octal | 260 | 255 | 274 | 6 | 10 | 0 | 32 | 374 | 12 | 107 |
| Binary | 10110000 | 10101101 | 10111100 | 110 | 1000 | 0 | 11010 | 11111100 | 1010 | 1000111 |
Color Harmonies of #B0ADBC
Complementary color
Monochromatic Colors of #B0ADBC
Black with #B0ADBC
Text Example
Text Example
White with #B0ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADBC; }
p { color: rgb(176,173,188); }
H1.HeaderClassName
{
color: #B0ADBC;
}
.AnyTagClassName
{
color: #B0ADBC;
}
</style>
background-color css
<style>
a { background-color: #B0ADBC; }
a { background-color: rgb(176,173,188); }
div.DivClassName
{
background-color: #B0ADBC;
}
.BgClassName
{
background-color: #B0ADBC;
}
</style>
border-color css
<style>
span { border-color: #B0ADBC; }
span { border-color: rgb(176,173,188); }
td.TdClassName
{
border-color: #B0ADBC;
}
.TagClassName
{
border-color: #B0ADBC;
}
</style>