Shades of Blue Haze #B0ADBD
Tints of Blue Haze #B0ADBD
RGB
CMYK
RGB Variations
Color information
#B0ADBD (or 0xB0ADBD) is known color: Blue Haze. HEX triplet: B0, AD and BD. RGB value is (176,173,189). Sum of RGB (Red+Green+Blue) = 176+173+189=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADBD is #4F5242. Grayscale: #AFAFAF. Windows color (decimal): -5198403 or 12430768. OLE color: 12430768.
HSL color Cylindrical-coordinate representation of color #B0ADBD: hue angle of 251.25º degrees, saturation: 0.11, 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 #B0ADBD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 173 | 189 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.26 |
| HSL | 251.25º | 0.11% | 0.71% | - |
| HSV(B) | 251.25º | 0.08% | 0.74% | - |
| XYZ | 42.03 | 42.79 | 54.19 | - |
| YUV | 175.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 189 | 0.07 | 0.08 | 0 | 0.26 | 251.25 | 0.11 | 0.71 |
| Hex | B0 | AD | BD | 7 | 8 | 0 | 1A | FB | B | 47 |
| Octal | 260 | 255 | 275 | 7 | 10 | 0 | 32 | 373 | 13 | 107 |
| Binary | 10110000 | 10101101 | 10111101 | 111 | 1000 | 0 | 11010 | 11111011 | 1011 | 1000111 |
Color Harmonies of #B0ADBD
Complementary color
Monochromatic Colors of #B0ADBD
Black with #B0ADBD
Text Example
Text Example
White with #B0ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADBD; }
p { color: rgb(176,173,189); }
H1.HeaderClassName
{
color: #B0ADBD;
}
.AnyTagClassName
{
color: #B0ADBD;
}
</style>
background-color css
<style>
a { background-color: #B0ADBD; }
a { background-color: rgb(176,173,189); }
div.DivClassName
{
background-color: #B0ADBD;
}
.BgClassName
{
background-color: #B0ADBD;
}
</style>
border-color css
<style>
span { border-color: #B0ADBD; }
span { border-color: rgb(176,173,189); }
td.TdClassName
{
border-color: #B0ADBD;
}
.TagClassName
{
border-color: #B0ADBD;
}
</style>