Shades of Blue Haze #B0ADC7
Tints of Blue Haze #B0ADC7
RGB
CMYK
RGB Variations
Color information
#B0ADC7 (or 0xB0ADC7) is known color: Blue Haze. HEX triplet: B0, AD and C7. RGB value is (176,173,199). Sum of RGB (Red+Green+Blue) = 176+173+199=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 199 - color contains mainly: blue. Hex color #B0ADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADC7 is #4F5238. Grayscale: #B0B0B0. Windows color (decimal): -5198393 or 13086128. OLE color: 13086128.
HSL color Cylindrical-coordinate representation of color #B0ADC7: hue angle of 246.92º degrees, saturation: 0.19, 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 #B0ADC7 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 173 | 199 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.22 |
| HSL | 246.92º | 0.19% | 0.73% | - |
| HSV(B) | 246.92º | 0.13% | 0.78% | - |
| XYZ | 43.16 | 43.24 | 60.1 | - |
| YUV | 176.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 199 | 0.12 | 0.13 | 0 | 0.22 | 246.92 | 0.19 | 0.73 |
| Hex | B0 | AD | C7 | C | D | 0 | 16 | F7 | 13 | 49 |
| Octal | 260 | 255 | 307 | 14 | 15 | 0 | 26 | 367 | 23 | 111 |
| Binary | 10110000 | 10101101 | 11000111 | 1100 | 1101 | 0 | 10110 | 11110111 | 10011 | 1001001 |
Color Harmonies of #B0ADC7
Complementary color
Monochromatic Colors of #B0ADC7
Black with #B0ADC7
Text Example
Text Example
White with #B0ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADC7; }
p { color: rgb(176,173,199); }
H1.HeaderClassName
{
color: #B0ADC7;
}
.AnyTagClassName
{
color: #B0ADC7;
}
</style>
background-color css
<style>
a { background-color: #B0ADC7; }
a { background-color: rgb(176,173,199); }
div.DivClassName
{
background-color: #B0ADC7;
}
.BgClassName
{
background-color: #B0ADC7;
}
</style>
border-color css
<style>
span { border-color: #B0ADC7; }
span { border-color: rgb(176,173,199); }
td.TdClassName
{
border-color: #B0ADC7;
}
.TagClassName
{
border-color: #B0ADC7;
}
</style>