Shades of Blue Haze #B0ADCD
Tints of Blue Haze #B0ADCD
RGB
CMYK
RGB Variations
Color information
#B0ADCD (or 0xB0ADCD) is known color: Blue Haze. HEX triplet: B0, AD and CD. RGB value is (176,173,205). Sum of RGB (Red+Green+Blue) = 176+173+205=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADCD is #4F5232. Grayscale: #B1B1B1. Windows color (decimal): -5198387 or 13479344. OLE color: 13479344.
HSL color Cylindrical-coordinate representation of color #B0ADCD: hue angle of 245.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0ADCD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 173 | 205 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.20 |
| HSL | 245.63º | 0.24% | 0.74% | - |
| HSV(B) | 245.63º | 0.16% | 0.8% | - |
| XYZ | 43.87 | 43.53 | 63.85 | - |
| YUV | 177.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 205 | 0.14 | 0.16 | 0 | 0.20 | 245.63 | 0.24 | 0.74 |
| Hex | B0 | AD | CD | E | 10 | 0 | 14 | F6 | 18 | 4A |
| Octal | 260 | 255 | 315 | 16 | 20 | 0 | 24 | 366 | 30 | 112 |
| Binary | 10110000 | 10101101 | 11001101 | 1110 | 10000 | 0 | 10100 | 11110110 | 11000 | 1001010 |
Color Harmonies of #B0ADCD
Complementary color
Monochromatic Colors of #B0ADCD
Black with #B0ADCD
Text Example
Text Example
White with #B0ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADCD; }
p { color: rgb(176,173,205); }
H1.HeaderClassName
{
color: #B0ADCD;
}
.AnyTagClassName
{
color: #B0ADCD;
}
</style>
background-color css
<style>
a { background-color: #B0ADCD; }
a { background-color: rgb(176,173,205); }
div.DivClassName
{
background-color: #B0ADCD;
}
.BgClassName
{
background-color: #B0ADCD;
}
</style>
border-color css
<style>
span { border-color: #B0ADCD; }
span { border-color: rgb(176,173,205); }
td.TdClassName
{
border-color: #B0ADCD;
}
.TagClassName
{
border-color: #B0ADCD;
}
</style>