Shades of Blue Haze #B0ADC3
Tints of Blue Haze #B0ADC3
RGB
CMYK
RGB Variations
Color information
#B0ADC3 (or 0xB0ADC3) is known color: Blue Haze. HEX triplet: B0, AD and C3. RGB value is (176,173,195). Sum of RGB (Red+Green+Blue) = 176+173+195=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 195 - color contains mainly: blue. Hex color #B0ADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADC3 is #4F523C. Grayscale: #B0B0B0. Windows color (decimal): -5198397 or 12823984. OLE color: 12823984.
HSL color Cylindrical-coordinate representation of color #B0ADC3: hue angle of 248.18º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0ADC3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 173 | 195 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.24 |
| HSL | 248.18º | 0.15% | 0.72% | - |
| HSV(B) | 248.18º | 0.11% | 0.76% | - |
| XYZ | 42.7 | 43.06 | 57.69 | - |
| YUV | 176.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 195 | 0.10 | 0.11 | 0 | 0.24 | 248.18 | 0.15 | 0.72 |
| Hex | B0 | AD | C3 | A | B | 0 | 18 | F8 | F | 48 |
| Octal | 260 | 255 | 303 | 12 | 13 | 0 | 30 | 370 | 17 | 110 |
| Binary | 10110000 | 10101101 | 11000011 | 1010 | 1011 | 0 | 11000 | 11111000 | 1111 | 1001000 |
Color Harmonies of #B0ADC3
Complementary color
Monochromatic Colors of #B0ADC3
Black with #B0ADC3
Text Example
Text Example
White with #B0ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADC3; }
p { color: rgb(176,173,195); }
H1.HeaderClassName
{
color: #B0ADC3;
}
.AnyTagClassName
{
color: #B0ADC3;
}
</style>
background-color css
<style>
a { background-color: #B0ADC3; }
a { background-color: rgb(176,173,195); }
div.DivClassName
{
background-color: #B0ADC3;
}
.BgClassName
{
background-color: #B0ADC3;
}
</style>
border-color css
<style>
span { border-color: #B0ADC3; }
span { border-color: rgb(176,173,195); }
td.TdClassName
{
border-color: #B0ADC3;
}
.TagClassName
{
border-color: #B0ADC3;
}
</style>