Shades of Blue Haze #B0AFC0
Tints of Blue Haze #B0AFC0
RGB
CMYK
RGB Variations
Color information
#B0AFC0 (or 0xB0AFC0) is known color: Blue Haze. HEX triplet: B0, AF and C0. RGB value is (176,175,192). Sum of RGB (Red+Green+Blue) = 176+175+192=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #B0AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFC0 is #4F503F. Grayscale: #B1B1B1. Windows color (decimal): -5197888 or 12627888. OLE color: 12627888.
HSL color Cylindrical-coordinate representation of color #B0AFC0: hue angle of 243.53º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0AFC0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 175 | 192 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.25 |
| HSL | 243.53º | 0.12% | 0.72% | - |
| HSV(B) | 243.53º | 0.09% | 0.75% | - |
| XYZ | 42.75 | 43.7 | 56.05 | - |
| YUV | 177.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 192 | 0.08 | 0.09 | 0 | 0.25 | 243.53 | 0.12 | 0.72 |
| Hex | B0 | AF | C0 | 8 | 9 | 0 | 19 | F4 | C | 48 |
| Octal | 260 | 257 | 300 | 10 | 11 | 0 | 31 | 364 | 14 | 110 |
| Binary | 10110000 | 10101111 | 11000000 | 1000 | 1001 | 0 | 11001 | 11110100 | 1100 | 1001000 |
Color Harmonies of #B0AFC0
Complementary color
Monochromatic Colors of #B0AFC0
Black with #B0AFC0
Text Example
Text Example
White with #B0AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AFC0; }
p { color: rgb(176,175,192); }
H1.HeaderClassName
{
color: #B0AFC0;
}
.AnyTagClassName
{
color: #B0AFC0;
}
</style>
background-color css
<style>
a { background-color: #B0AFC0; }
a { background-color: rgb(176,175,192); }
div.DivClassName
{
background-color: #B0AFC0;
}
.BgClassName
{
background-color: #B0AFC0;
}
</style>
border-color css
<style>
span { border-color: #B0AFC0; }
span { border-color: rgb(176,175,192); }
td.TdClassName
{
border-color: #B0AFC0;
}
.TagClassName
{
border-color: #B0AFC0;
}
</style>