Shades of Blue Haze #B0AFC2
Tints of Blue Haze #B0AFC2
RGB
CMYK
RGB Variations
Color information
#B0AFC2 (or 0xB0AFC2) is known color: Blue Haze. HEX triplet: B0, AF and C2. RGB value is (176,175,194). Sum of RGB (Red+Green+Blue) = 176+175+194=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #B0AFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFC2 is #4F503D. Grayscale: #B1B1B1. Windows color (decimal): -5197886 or 12758960. OLE color: 12758960.
HSL color Cylindrical-coordinate representation of color #B0AFC2: hue angle of 243.16º degrees, saturation: 0.13, 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 #B0AFC2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 175 | 194 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.24 |
| HSL | 243.16º | 0.13% | 0.72% | - |
| HSV(B) | 243.16º | 0.1% | 0.76% | - |
| XYZ | 42.97 | 43.79 | 57.23 | - |
| YUV | 177.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 194 | 0.09 | 0.10 | 0 | 0.24 | 243.16 | 0.13 | 0.72 |
| Hex | B0 | AF | C2 | 9 | A | 0 | 18 | F3 | D | 48 |
| Octal | 260 | 257 | 302 | 11 | 12 | 0 | 30 | 363 | 15 | 110 |
| Binary | 10110000 | 10101111 | 11000010 | 1001 | 1010 | 0 | 11000 | 11110011 | 1101 | 1001000 |
Color Harmonies of #B0AFC2
Complementary color
Monochromatic Colors of #B0AFC2
Black with #B0AFC2
Text Example
Text Example
White with #B0AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AFC2; }
p { color: rgb(176,175,194); }
H1.HeaderClassName
{
color: #B0AFC2;
}
.AnyTagClassName
{
color: #B0AFC2;
}
</style>
background-color css
<style>
a { background-color: #B0AFC2; }
a { background-color: rgb(176,175,194); }
div.DivClassName
{
background-color: #B0AFC2;
}
.BgClassName
{
background-color: #B0AFC2;
}
</style>
border-color css
<style>
span { border-color: #B0AFC2; }
span { border-color: rgb(176,175,194); }
td.TdClassName
{
border-color: #B0AFC2;
}
.TagClassName
{
border-color: #B0AFC2;
}
</style>