Shades of Blue Haze #B0ADC1
Tints of Blue Haze #B0ADC1
RGB
CMYK
RGB Variations
Color information
#B0ADC1 (or 0xB0ADC1) is known color: Blue Haze. HEX triplet: B0, AD and C1. RGB value is (176,173,193). Sum of RGB (Red+Green+Blue) = 176+173+193=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADC1 is #4F523E. Grayscale: #B0B0B0. Windows color (decimal): -5198399 or 12692912. OLE color: 12692912.
HSL color Cylindrical-coordinate representation of color #B0ADC1: hue angle of 249º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0ADC1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 173 | 193 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.24 |
| HSL | 249º | 0.14% | 0.72% | - |
| HSV(B) | 249º | 0.1% | 0.76% | - |
| XYZ | 42.47 | 42.97 | 56.51 | - |
| YUV | 176.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 193 | 0.09 | 0.10 | 0 | 0.24 | 249 | 0.14 | 0.72 |
| Hex | B0 | AD | C1 | 9 | A | 0 | 18 | F9 | E | 48 |
| Octal | 260 | 255 | 301 | 11 | 12 | 0 | 30 | 371 | 16 | 110 |
| Binary | 10110000 | 10101101 | 11000001 | 1001 | 1010 | 0 | 11000 | 11111001 | 1110 | 1001000 |
Color Harmonies of #B0ADC1
Complementary color
Monochromatic Colors of #B0ADC1
Black with #B0ADC1
Text Example
Text Example
White with #B0ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADC1; }
p { color: rgb(176,173,193); }
H1.HeaderClassName
{
color: #B0ADC1;
}
.AnyTagClassName
{
color: #B0ADC1;
}
</style>
background-color css
<style>
a { background-color: #B0ADC1; }
a { background-color: rgb(176,173,193); }
div.DivClassName
{
background-color: #B0ADC1;
}
.BgClassName
{
background-color: #B0ADC1;
}
</style>
border-color css
<style>
span { border-color: #B0ADC1; }
span { border-color: rgb(176,173,193); }
td.TdClassName
{
border-color: #B0ADC1;
}
.TagClassName
{
border-color: #B0ADC1;
}
</style>