Shades of Blue Haze #B2AAD2
Tints of Blue Haze #B2AAD2
RGB
CMYK
RGB Variations
Color information
#B2AAD2 (or 0xB2AAD2) is known color: Blue Haze. HEX triplet: B2, AA and D2. RGB value is (178,170,210). Sum of RGB (Red+Green+Blue) = 178+170+210=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 210 - color contains mainly: blue. Hex color #B2AAD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAD2 is #4D552D. Grayscale: #B0B0B0. Windows color (decimal): -5068078 or 13806258. OLE color: 13806258.
HSL color Cylindrical-coordinate representation of color #B2AAD2: hue angle of 252º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2AAD2 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 170 | 210 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.18 |
| HSL | 252º | 0.31% | 0.75% | - |
| HSV(B) | 252º | 0.19% | 0.82% | - |
| XYZ | 44.37 | 42.87 | 66.91 | - |
| YUV | 176.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 210 | 0.15 | 0.19 | 0 | 0.18 | 252 | 0.31 | 0.75 |
| Hex | B2 | AA | D2 | F | 13 | 0 | 12 | FC | 1F | 4B |
| Octal | 262 | 252 | 322 | 17 | 23 | 0 | 22 | 374 | 37 | 113 |
| Binary | 10110010 | 10101010 | 11010010 | 1111 | 10011 | 0 | 10010 | 11111100 | 11111 | 1001011 |
Color Harmonies of #B2AAD2
Complementary color
Monochromatic Colors of #B2AAD2
Black with #B2AAD2
Text Example
Text Example
White with #B2AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAD2; }
p { color: rgb(178,170,210); }
H1.HeaderClassName
{
color: #B2AAD2;
}
.AnyTagClassName
{
color: #B2AAD2;
}
</style>
background-color css
<style>
a { background-color: #B2AAD2; }
a { background-color: rgb(178,170,210); }
div.DivClassName
{
background-color: #B2AAD2;
}
.BgClassName
{
background-color: #B2AAD2;
}
</style>
border-color css
<style>
span { border-color: #B2AAD2; }
span { border-color: rgb(178,170,210); }
td.TdClassName
{
border-color: #B2AAD2;
}
.TagClassName
{
border-color: #B2AAD2;
}
</style>