Shades of Blue Haze #B0ADC6
Tints of Blue Haze #B0ADC6
RGB
CMYK
RGB Variations
Color information
#B0ADC6 (or 0xB0ADC6) is known color: Blue Haze. HEX triplet: B0, AD and C6. RGB value is (176,173,198). Sum of RGB (Red+Green+Blue) = 176+173+198=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 198 - color contains mainly: blue. Hex color #B0ADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADC6 is #4F5239. Grayscale: #B0B0B0. Windows color (decimal): -5198394 or 13020592. OLE color: 13020592.
HSL color Cylindrical-coordinate representation of color #B0ADC6: hue angle of 247.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0ADC6 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 173 | 198 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.22 |
| HSL | 247.2º | 0.18% | 0.73% | - |
| HSV(B) | 247.2º | 0.13% | 0.78% | - |
| XYZ | 43.04 | 43.19 | 59.49 | - |
| YUV | 176.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 198 | 0.11 | 0.13 | 0 | 0.22 | 247.2 | 0.18 | 0.73 |
| Hex | B0 | AD | C6 | B | D | 0 | 16 | F7 | 12 | 49 |
| Octal | 260 | 255 | 306 | 13 | 15 | 0 | 26 | 367 | 22 | 111 |
| Binary | 10110000 | 10101101 | 11000110 | 1011 | 1101 | 0 | 10110 | 11110111 | 10010 | 1001001 |
Color Harmonies of #B0ADC6
Complementary color
Monochromatic Colors of #B0ADC6
Black with #B0ADC6
Text Example
Text Example
White with #B0ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADC6; }
p { color: rgb(176,173,198); }
H1.HeaderClassName
{
color: #B0ADC6;
}
.AnyTagClassName
{
color: #B0ADC6;
}
</style>
background-color css
<style>
a { background-color: #B0ADC6; }
a { background-color: rgb(176,173,198); }
div.DivClassName
{
background-color: #B0ADC6;
}
.BgClassName
{
background-color: #B0ADC6;
}
</style>
border-color css
<style>
span { border-color: #B0ADC6; }
span { border-color: rgb(176,173,198); }
td.TdClassName
{
border-color: #B0ADC6;
}
.TagClassName
{
border-color: #B0ADC6;
}
</style>