Shades of Blue Haze #B2AACD
Tints of Blue Haze #B2AACD
RGB
CMYK
RGB Variations
Color information
#B2AACD (or 0xB2AACD) is known color: Blue Haze. HEX triplet: B2, AA and CD. RGB value is (178,170,205). Sum of RGB (Red+Green+Blue) = 178+170+205=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AACD is #4D5532. Grayscale: #B0B0B0. Windows color (decimal): -5068083 or 13478578. OLE color: 13478578.
HSL color Cylindrical-coordinate representation of color #B2AACD: hue angle of 253.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2AACD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 170 | 205 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.20 |
| HSL | 253.71º | 0.26% | 0.74% | - |
| HSV(B) | 253.71º | 0.17% | 0.8% | - |
| XYZ | 43.75 | 42.62 | 63.68 | - |
| YUV | 176.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 205 | 0.13 | 0.17 | 0 | 0.20 | 253.71 | 0.26 | 0.74 |
| Hex | B2 | AA | CD | D | 11 | 0 | 14 | FE | 1A | 4A |
| Octal | 262 | 252 | 315 | 15 | 21 | 0 | 24 | 376 | 32 | 112 |
| Binary | 10110010 | 10101010 | 11001101 | 1101 | 10001 | 0 | 10100 | 11111110 | 11010 | 1001010 |
Color Harmonies of #B2AACD
Complementary color
Monochromatic Colors of #B2AACD
Black with #B2AACD
Text Example
Text Example
White with #B2AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AACD; }
p { color: rgb(178,170,205); }
H1.HeaderClassName
{
color: #B2AACD;
}
.AnyTagClassName
{
color: #B2AACD;
}
</style>
background-color css
<style>
a { background-color: #B2AACD; }
a { background-color: rgb(178,170,205); }
div.DivClassName
{
background-color: #B2AACD;
}
.BgClassName
{
background-color: #B2AACD;
}
</style>
border-color css
<style>
span { border-color: #B2AACD; }
span { border-color: rgb(178,170,205); }
td.TdClassName
{
border-color: #B2AACD;
}
.TagClassName
{
border-color: #B2AACD;
}
</style>