Shades of Blue Haze #B2AACA
Tints of Blue Haze #B2AACA
RGB
CMYK
RGB Variations
Color information
#B2AACA (or 0xB2AACA) is known color: Blue Haze. HEX triplet: B2, AA and CA. RGB value is (178,170,202). Sum of RGB (Red+Green+Blue) = 178+170+202=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AACA is #4D5535. Grayscale: #AFAFAF. Windows color (decimal): -5068086 or 13281970. OLE color: 13281970.
HSL color Cylindrical-coordinate representation of color #B2AACA: hue angle of 255º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2AACA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 170 | 202 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.21 |
| HSL | 255º | 0.23% | 0.73% | - |
| HSV(B) | 255º | 0.16% | 0.79% | - |
| XYZ | 43.4 | 42.48 | 61.79 | - |
| YUV | 176.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 202 | 0.12 | 0.16 | 0 | 0.21 | 255 | 0.23 | 0.73 |
| Hex | B2 | AA | CA | C | 10 | 0 | 15 | FF | 17 | 49 |
| Octal | 262 | 252 | 312 | 14 | 20 | 0 | 25 | 377 | 27 | 111 |
| Binary | 10110010 | 10101010 | 11001010 | 1100 | 10000 | 0 | 10101 | 11111111 | 10111 | 1001001 |
Color Harmonies of #B2AACA
Complementary color
Monochromatic Colors of #B2AACA
Black with #B2AACA
Text Example
Text Example
White with #B2AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AACA; }
p { color: rgb(178,170,202); }
H1.HeaderClassName
{
color: #B2AACA;
}
.AnyTagClassName
{
color: #B2AACA;
}
</style>
background-color css
<style>
a { background-color: #B2AACA; }
a { background-color: rgb(178,170,202); }
div.DivClassName
{
background-color: #B2AACA;
}
.BgClassName
{
background-color: #B2AACA;
}
</style>
border-color css
<style>
span { border-color: #B2AACA; }
span { border-color: rgb(178,170,202); }
td.TdClassName
{
border-color: #B2AACA;
}
.TagClassName
{
border-color: #B2AACA;
}
</style>