Shades of Blue Haze #B0ADCF
Tints of Blue Haze #B0ADCF
RGB
CMYK
RGB Variations
Color information
#B0ADCF (or 0xB0ADCF) is known color: Blue Haze. HEX triplet: B0, AD and CF. RGB value is (176,173,207). Sum of RGB (Red+Green+Blue) = 176+173+207=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0ADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADCF is #4F5230. Grayscale: #B1B1B1. Windows color (decimal): -5198385 or 13610416. OLE color: 13610416.
HSL color Cylindrical-coordinate representation of color #B0ADCF: hue angle of 245.29º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0ADCF is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 173 | 207 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.19 |
| HSL | 245.29º | 0.26% | 0.75% | - |
| HSV(B) | 245.29º | 0.16% | 0.81% | - |
| XYZ | 44.11 | 43.62 | 65.13 | - |
| YUV | 177.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 207 | 0.15 | 0.16 | 0 | 0.19 | 245.29 | 0.26 | 0.75 |
| Hex | B0 | AD | CF | F | 10 | 0 | 13 | F5 | 1A | 4B |
| Octal | 260 | 255 | 317 | 17 | 20 | 0 | 23 | 365 | 32 | 113 |
| Binary | 10110000 | 10101101 | 11001111 | 1111 | 10000 | 0 | 10011 | 11110101 | 11010 | 1001011 |
Color Harmonies of #B0ADCF
Complementary color
Monochromatic Colors of #B0ADCF
Black with #B0ADCF
Text Example
Text Example
White with #B0ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADCF; }
p { color: rgb(176,173,207); }
H1.HeaderClassName
{
color: #B0ADCF;
}
.AnyTagClassName
{
color: #B0ADCF;
}
</style>
background-color css
<style>
a { background-color: #B0ADCF; }
a { background-color: rgb(176,173,207); }
div.DivClassName
{
background-color: #B0ADCF;
}
.BgClassName
{
background-color: #B0ADCF;
}
</style>
border-color css
<style>
span { border-color: #B0ADCF; }
span { border-color: rgb(176,173,207); }
td.TdClassName
{
border-color: #B0ADCF;
}
.TagClassName
{
border-color: #B0ADCF;
}
</style>