Shades of Blue Haze #B2AFCD
Tints of Blue Haze #B2AFCD
RGB
CMYK
RGB Variations
Color information
#B2AFCD (or 0xB2AFCD) is known color: Blue Haze. HEX triplet: B2, AF and CD. RGB value is (178,175,205). Sum of RGB (Red+Green+Blue) = 178+175+205=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFCD is #4D5032. Grayscale: #B3B3B3. Windows color (decimal): -5066803 or 13479858. OLE color: 13479858.
HSL color Cylindrical-coordinate representation of color #B2AFCD: hue angle of 246º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2AFCD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 175 | 205 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.20 |
| HSL | 246º | 0.23% | 0.75% | - |
| HSV(B) | 246º | 0.15% | 0.8% | - |
| XYZ | 44.71 | 44.53 | 64 | - |
| YUV | 179.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 205 | 0.13 | 0.15 | 0 | 0.20 | 246 | 0.23 | 0.75 |
| Hex | B2 | AF | CD | D | F | 0 | 14 | F6 | 17 | 4B |
| Octal | 262 | 257 | 315 | 15 | 17 | 0 | 24 | 366 | 27 | 113 |
| Binary | 10110010 | 10101111 | 11001101 | 1101 | 1111 | 0 | 10100 | 11110110 | 10111 | 1001011 |
Color Harmonies of #B2AFCD
Complementary color
Monochromatic Colors of #B2AFCD
Black with #B2AFCD
Text Example
Text Example
White with #B2AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFCD; }
p { color: rgb(178,175,205); }
H1.HeaderClassName
{
color: #B2AFCD;
}
.AnyTagClassName
{
color: #B2AFCD;
}
</style>
background-color css
<style>
a { background-color: #B2AFCD; }
a { background-color: rgb(178,175,205); }
div.DivClassName
{
background-color: #B2AFCD;
}
.BgClassName
{
background-color: #B2AFCD;
}
</style>
border-color css
<style>
span { border-color: #B2AFCD; }
span { border-color: rgb(178,175,205); }
td.TdClassName
{
border-color: #B2AFCD;
}
.TagClassName
{
border-color: #B2AFCD;
}
</style>