Shades of Blue Haze #B2AFCC
Tints of Blue Haze #B2AFCC
RGB
CMYK
RGB Variations
Color information
#B2AFCC (or 0xB2AFCC) is known color: Blue Haze. HEX triplet: B2, AF and CC. RGB value is (178,175,204). Sum of RGB (Red+Green+Blue) = 178+175+204=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFCC is #4D5033. Grayscale: #B3B3B3. Windows color (decimal): -5066804 or 13414322. OLE color: 13414322.
HSL color Cylindrical-coordinate representation of color #B2AFCC: hue angle of 246.21º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2AFCC is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 175 | 204 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.2 |
| HSL | 246.21º | 0.22% | 0.74% | - |
| HSV(B) | 246.21º | 0.14% | 0.8% | - |
| XYZ | 44.59 | 44.48 | 63.36 | - |
| YUV | 179.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 204 | 0.13 | 0.14 | 0 | 0.2 | 246.21 | 0.22 | 0.74 |
| Hex | B2 | AF | CC | D | E | 0 | 14 | F6 | 16 | 4A |
| Octal | 262 | 257 | 314 | 15 | 16 | 0 | 24 | 366 | 26 | 112 |
| Binary | 10110010 | 10101111 | 11001100 | 1101 | 1110 | 0 | 10100 | 11110110 | 10110 | 1001010 |
Color Harmonies of #B2AFCC
Complementary color
Monochromatic Colors of #B2AFCC
Black with #B2AFCC
Text Example
Text Example
White with #B2AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFCC; }
p { color: rgb(178,175,204); }
H1.HeaderClassName
{
color: #B2AFCC;
}
.AnyTagClassName
{
color: #B2AFCC;
}
</style>
background-color css
<style>
a { background-color: #B2AFCC; }
a { background-color: rgb(178,175,204); }
div.DivClassName
{
background-color: #B2AFCC;
}
.BgClassName
{
background-color: #B2AFCC;
}
</style>
border-color css
<style>
span { border-color: #B2AFCC; }
span { border-color: rgb(178,175,204); }
td.TdClassName
{
border-color: #B2AFCC;
}
.TagClassName
{
border-color: #B2AFCC;
}
</style>