Shades of Blue Haze #B0AFC9
Tints of Blue Haze #B0AFC9
RGB
CMYK
RGB Variations
Color information
#B0AFC9 (or 0xB0AFC9) is known color: Blue Haze. HEX triplet: B0, AF and C9. RGB value is (176,175,201). Sum of RGB (Red+Green+Blue) = 176+175+201=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFC9 is #4F5036. Grayscale: #B2B2B2. Windows color (decimal): -5197879 or 13217712. OLE color: 13217712.
HSL color Cylindrical-coordinate representation of color #B0AFC9: hue angle of 242.31º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0AFC9 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 175 | 201 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.21 |
| HSL | 242.31º | 0.19% | 0.74% | - |
| HSV(B) | 242.31º | 0.13% | 0.79% | - |
| XYZ | 43.78 | 44.11 | 61.46 | - |
| YUV | 178.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 201 | 0.12 | 0.13 | 0 | 0.21 | 242.31 | 0.19 | 0.74 |
| Hex | B0 | AF | C9 | C | D | 0 | 15 | F2 | 13 | 4A |
| Octal | 260 | 257 | 311 | 14 | 15 | 0 | 25 | 362 | 23 | 112 |
| Binary | 10110000 | 10101111 | 11001001 | 1100 | 1101 | 0 | 10101 | 11110010 | 10011 | 1001010 |
Color Harmonies of #B0AFC9
Complementary color
Monochromatic Colors of #B0AFC9
Black with #B0AFC9
Text Example
Text Example
White with #B0AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AFC9; }
p { color: rgb(176,175,201); }
H1.HeaderClassName
{
color: #B0AFC9;
}
.AnyTagClassName
{
color: #B0AFC9;
}
</style>
background-color css
<style>
a { background-color: #B0AFC9; }
a { background-color: rgb(176,175,201); }
div.DivClassName
{
background-color: #B0AFC9;
}
.BgClassName
{
background-color: #B0AFC9;
}
</style>
border-color css
<style>
span { border-color: #B0AFC9; }
span { border-color: rgb(176,175,201); }
td.TdClassName
{
border-color: #B0AFC9;
}
.TagClassName
{
border-color: #B0AFC9;
}
</style>