Shades of Blue Haze #B2AFC8
Tints of Blue Haze #B2AFC8
RGB
CMYK
RGB Variations
Color information
#B2AFC8 (or 0xB2AFC8) is known color: Blue Haze. HEX triplet: B2, AF and C8. RGB value is (178,175,200). Sum of RGB (Red+Green+Blue) = 178+175+200=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 200 - color contains mainly: blue. Hex color #B2AFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFC8 is #4D5037. Grayscale: #B2B2B2. Windows color (decimal): -5066808 or 13152178. OLE color: 13152178.
HSL color Cylindrical-coordinate representation of color #B2AFC8: hue angle of 247.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2AFC8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 175 | 200 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.22 |
| HSL | 247.2º | 0.19% | 0.74% | - |
| HSV(B) | 247.2º | 0.13% | 0.78% | - |
| XYZ | 44.12 | 44.3 | 60.87 | - |
| YUV | 178.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 200 | 0.11 | 0.12 | 0 | 0.22 | 247.2 | 0.19 | 0.74 |
| Hex | B2 | AF | C8 | B | C | 0 | 16 | F7 | 13 | 4A |
| Octal | 262 | 257 | 310 | 13 | 14 | 0 | 26 | 367 | 23 | 112 |
| Binary | 10110010 | 10101111 | 11001000 | 1011 | 1100 | 0 | 10110 | 11110111 | 10011 | 1001010 |
Color Harmonies of #B2AFC8
Complementary color
Monochromatic Colors of #B2AFC8
Black with #B2AFC8
Text Example
Text Example
White with #B2AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFC8; }
p { color: rgb(178,175,200); }
H1.HeaderClassName
{
color: #B2AFC8;
}
.AnyTagClassName
{
color: #B2AFC8;
}
</style>
background-color css
<style>
a { background-color: #B2AFC8; }
a { background-color: rgb(178,175,200); }
div.DivClassName
{
background-color: #B2AFC8;
}
.BgClassName
{
background-color: #B2AFC8;
}
</style>
border-color css
<style>
span { border-color: #B2AFC8; }
span { border-color: rgb(178,175,200); }
td.TdClassName
{
border-color: #B2AFC8;
}
.TagClassName
{
border-color: #B2AFC8;
}
</style>