Shades of Blue Haze #B2AFC6
Tints of Blue Haze #B2AFC6
RGB
CMYK
RGB Variations
Color information
#B2AFC6 (or 0xB2AFC6) is known color: Blue Haze. HEX triplet: B2, AF and C6. RGB value is (178,175,198). Sum of RGB (Red+Green+Blue) = 178+175+198=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2AFC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFC6 is #4D5039. Grayscale: #B2B2B2. Windows color (decimal): -5066810 or 13021106. OLE color: 13021106.
HSL color Cylindrical-coordinate representation of color #B2AFC6: hue angle of 247.83º degrees, saturation: 0.17, 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 #B2AFC6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 175 | 198 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.22 |
| HSL | 247.83º | 0.17% | 0.73% | - |
| HSV(B) | 247.83º | 0.12% | 0.78% | - |
| XYZ | 43.88 | 44.2 | 59.65 | - |
| YUV | 178.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 198 | 0.10 | 0.12 | 0 | 0.22 | 247.83 | 0.17 | 0.73 |
| Hex | B2 | AF | C6 | A | C | 0 | 16 | F8 | 11 | 49 |
| Octal | 262 | 257 | 306 | 12 | 14 | 0 | 26 | 370 | 21 | 111 |
| Binary | 10110010 | 10101111 | 11000110 | 1010 | 1100 | 0 | 10110 | 11111000 | 10001 | 1001001 |
Color Harmonies of #B2AFC6
Complementary color
Monochromatic Colors of #B2AFC6
Black with #B2AFC6
Text Example
Text Example
White with #B2AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFC6; }
p { color: rgb(178,175,198); }
H1.HeaderClassName
{
color: #B2AFC6;
}
.AnyTagClassName
{
color: #B2AFC6;
}
</style>
background-color css
<style>
a { background-color: #B2AFC6; }
a { background-color: rgb(178,175,198); }
div.DivClassName
{
background-color: #B2AFC6;
}
.BgClassName
{
background-color: #B2AFC6;
}
</style>
border-color css
<style>
span { border-color: #B2AFC6; }
span { border-color: rgb(178,175,198); }
td.TdClassName
{
border-color: #B2AFC6;
}
.TagClassName
{
border-color: #B2AFC6;
}
</style>