Shades of Blue Haze #B0AFC7
Tints of Blue Haze #B0AFC7
RGB
CMYK
RGB Variations
Color information
#B0AFC7 (or 0xB0AFC7) is known color: Blue Haze. HEX triplet: B0, AF and C7. RGB value is (176,175,199). Sum of RGB (Red+Green+Blue) = 176+175+199=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 199 - color contains mainly: blue. Hex color #B0AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFC7 is #4F5038. Grayscale: #B1B1B1. Windows color (decimal): -5197881 or 13086640. OLE color: 13086640.
HSL color Cylindrical-coordinate representation of color #B0AFC7: hue angle of 242.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0AFC7 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 175 | 199 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.22 |
| HSL | 242.5º | 0.18% | 0.73% | - |
| HSV(B) | 242.5º | 0.12% | 0.78% | - |
| XYZ | 43.54 | 44.01 | 60.23 | - |
| YUV | 178.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 199 | 0.12 | 0.12 | 0 | 0.22 | 242.5 | 0.18 | 0.73 |
| Hex | B0 | AF | C7 | C | C | 0 | 16 | F2 | 12 | 49 |
| Octal | 260 | 257 | 307 | 14 | 14 | 0 | 26 | 362 | 22 | 111 |
| Binary | 10110000 | 10101111 | 11000111 | 1100 | 1100 | 0 | 10110 | 11110010 | 10010 | 1001001 |
Color Harmonies of #B0AFC7
Complementary color
Monochromatic Colors of #B0AFC7
Black with #B0AFC7
Text Example
Text Example
White with #B0AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AFC7; }
p { color: rgb(176,175,199); }
H1.HeaderClassName
{
color: #B0AFC7;
}
.AnyTagClassName
{
color: #B0AFC7;
}
</style>
background-color css
<style>
a { background-color: #B0AFC7; }
a { background-color: rgb(176,175,199); }
div.DivClassName
{
background-color: #B0AFC7;
}
.BgClassName
{
background-color: #B0AFC7;
}
</style>
border-color css
<style>
span { border-color: #B0AFC7; }
span { border-color: rgb(176,175,199); }
td.TdClassName
{
border-color: #B0AFC7;
}
.TagClassName
{
border-color: #B0AFC7;
}
</style>