Shades of Blue Haze #B2AFD2
Tints of Blue Haze #B2AFD2
RGB
CMYK
RGB Variations
Color information
#B2AFD2 (or 0xB2AFD2) is known color: Blue Haze. HEX triplet: B2, AF and D2. RGB value is (178,175,210). Sum of RGB (Red+Green+Blue) = 178+175+210=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #B2AFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFD2 is #4D502D. Grayscale: #B3B3B3. Windows color (decimal): -5066798 or 13807538. OLE color: 13807538.
HSL color Cylindrical-coordinate representation of color #B2AFD2: hue angle of 245.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2AFD2 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 175 | 210 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.18 |
| HSL | 245.14º | 0.28% | 0.75% | - |
| HSV(B) | 245.14º | 0.17% | 0.82% | - |
| XYZ | 45.32 | 44.78 | 67.23 | - |
| YUV | 179.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 210 | 0.15 | 0.17 | 0 | 0.18 | 245.14 | 0.28 | 0.75 |
| Hex | B2 | AF | D2 | F | 11 | 0 | 12 | F5 | 1C | 4B |
| Octal | 262 | 257 | 322 | 17 | 21 | 0 | 22 | 365 | 34 | 113 |
| Binary | 10110010 | 10101111 | 11010010 | 1111 | 10001 | 0 | 10010 | 11110101 | 11100 | 1001011 |
Color Harmonies of #B2AFD2
Complementary color
Monochromatic Colors of #B2AFD2
Black with #B2AFD2
Text Example
Text Example
White with #B2AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFD2; }
p { color: rgb(178,175,210); }
H1.HeaderClassName
{
color: #B2AFD2;
}
.AnyTagClassName
{
color: #B2AFD2;
}
</style>
background-color css
<style>
a { background-color: #B2AFD2; }
a { background-color: rgb(178,175,210); }
div.DivClassName
{
background-color: #B2AFD2;
}
.BgClassName
{
background-color: #B2AFD2;
}
</style>
border-color css
<style>
span { border-color: #B2AFD2; }
span { border-color: rgb(178,175,210); }
td.TdClassName
{
border-color: #B2AFD2;
}
.TagClassName
{
border-color: #B2AFD2;
}
</style>