Shades of Blue Haze #B2AACF
Tints of Blue Haze #B2AACF
RGB
CMYK
RGB Variations
Color information
#B2AACF (or 0xB2AACF) is known color: Blue Haze. HEX triplet: B2, AA and CF. RGB value is (178,170,207). Sum of RGB (Red+Green+Blue) = 178+170+207=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AACF is #4D5530. Grayscale: #B0B0B0. Windows color (decimal): -5068081 or 13609650. OLE color: 13609650.
HSL color Cylindrical-coordinate representation of color #B2AACF: hue angle of 252.97º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2AACF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 170 | 207 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.19 |
| HSL | 252.97º | 0.28% | 0.74% | - |
| HSV(B) | 252.97º | 0.18% | 0.81% | - |
| XYZ | 44 | 42.72 | 64.96 | - |
| YUV | 176.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 207 | 0.14 | 0.18 | 0 | 0.19 | 252.97 | 0.28 | 0.74 |
| Hex | B2 | AA | CF | E | 12 | 0 | 13 | FD | 1C | 4A |
| Octal | 262 | 252 | 317 | 16 | 22 | 0 | 23 | 375 | 34 | 112 |
| Binary | 10110010 | 10101010 | 11001111 | 1110 | 10010 | 0 | 10011 | 11111101 | 11100 | 1001010 |
Color Harmonies of #B2AACF
Complementary color
Monochromatic Colors of #B2AACF
Black with #B2AACF
Text Example
Text Example
White with #B2AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AACF; }
p { color: rgb(178,170,207); }
H1.HeaderClassName
{
color: #B2AACF;
}
.AnyTagClassName
{
color: #B2AACF;
}
</style>
background-color css
<style>
a { background-color: #B2AACF; }
a { background-color: rgb(178,170,207); }
div.DivClassName
{
background-color: #B2AACF;
}
.BgClassName
{
background-color: #B2AACF;
}
</style>
border-color css
<style>
span { border-color: #B2AACF; }
span { border-color: rgb(178,170,207); }
td.TdClassName
{
border-color: #B2AACF;
}
.TagClassName
{
border-color: #B2AACF;
}
</style>