Shades of Blue Haze #B2AECE
Tints of Blue Haze #B2AECE
RGB
CMYK
RGB Variations
Color information
#B2AECE (or 0xB2AECE) is known color: Blue Haze. HEX triplet: B2, AE and CE. RGB value is (178,174,206). Sum of RGB (Red+Green+Blue) = 178+174+206=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AECE is #4D5131. Grayscale: #B2B2B2. Windows color (decimal): -5067058 or 13545138. OLE color: 13545138.
HSL color Cylindrical-coordinate representation of color #B2AECE: hue angle of 247.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2AECE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 174 | 206 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.19 |
| HSL | 247.5º | 0.25% | 0.75% | - |
| HSV(B) | 247.5º | 0.16% | 0.81% | - |
| XYZ | 44.64 | 44.19 | 64.57 | - |
| YUV | 178.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 206 | 0.14 | 0.16 | 0 | 0.19 | 247.5 | 0.25 | 0.75 |
| Hex | B2 | AE | CE | E | 10 | 0 | 13 | F8 | 19 | 4B |
| Octal | 262 | 256 | 316 | 16 | 20 | 0 | 23 | 370 | 31 | 113 |
| Binary | 10110010 | 10101110 | 11001110 | 1110 | 10000 | 0 | 10011 | 11111000 | 11001 | 1001011 |
Color Harmonies of #B2AECE
Complementary color
Monochromatic Colors of #B2AECE
Black with #B2AECE
Text Example
Text Example
White with #B2AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AECE; }
p { color: rgb(178,174,206); }
H1.HeaderClassName
{
color: #B2AECE;
}
.AnyTagClassName
{
color: #B2AECE;
}
</style>
background-color css
<style>
a { background-color: #B2AECE; }
a { background-color: rgb(178,174,206); }
div.DivClassName
{
background-color: #B2AECE;
}
.BgClassName
{
background-color: #B2AECE;
}
</style>
border-color css
<style>
span { border-color: #B2AECE; }
span { border-color: rgb(178,174,206); }
td.TdClassName
{
border-color: #B2AECE;
}
.TagClassName
{
border-color: #B2AECE;
}
</style>