Shades of Blue Haze #B0ADCB
Tints of Blue Haze #B0ADCB
RGB
CMYK
RGB Variations
Color information
#B0ADCB (or 0xB0ADCB) is known color: Blue Haze. HEX triplet: B0, AD and CB. RGB value is (176,173,203). Sum of RGB (Red+Green+Blue) = 176+173+203=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADCB is #4F5234. Grayscale: #B1B1B1. Windows color (decimal): -5198389 or 13348272. OLE color: 13348272.
HSL color Cylindrical-coordinate representation of color #B0ADCB: hue angle of 246º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0ADCB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 173 | 203 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.20 |
| HSL | 246º | 0.22% | 0.74% | - |
| HSV(B) | 246º | 0.15% | 0.8% | - |
| XYZ | 43.63 | 43.43 | 62.58 | - |
| YUV | 177.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 203 | 0.13 | 0.15 | 0 | 0.20 | 246 | 0.22 | 0.74 |
| Hex | B0 | AD | CB | D | F | 0 | 14 | F6 | 16 | 4A |
| Octal | 260 | 255 | 313 | 15 | 17 | 0 | 24 | 366 | 26 | 112 |
| Binary | 10110000 | 10101101 | 11001011 | 1101 | 1111 | 0 | 10100 | 11110110 | 10110 | 1001010 |
Color Harmonies of #B0ADCB
Complementary color
Monochromatic Colors of #B0ADCB
Black with #B0ADCB
Text Example
Text Example
White with #B0ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADCB; }
p { color: rgb(176,173,203); }
H1.HeaderClassName
{
color: #B0ADCB;
}
.AnyTagClassName
{
color: #B0ADCB;
}
</style>
background-color css
<style>
a { background-color: #B0ADCB; }
a { background-color: rgb(176,173,203); }
div.DivClassName
{
background-color: #B0ADCB;
}
.BgClassName
{
background-color: #B0ADCB;
}
</style>
border-color css
<style>
span { border-color: #B0ADCB; }
span { border-color: rgb(176,173,203); }
td.TdClassName
{
border-color: #B0ADCB;
}
.TagClassName
{
border-color: #B0ADCB;
}
</style>