Shades of Blue Haze #B2AEC0
Tints of Blue Haze #B2AEC0
RGB
CMYK
RGB Variations
Color information
#B2AEC0 (or 0xB2AEC0) is known color: Blue Haze. HEX triplet: B2, AE and C0. RGB value is (178,174,192). Sum of RGB (Red+Green+Blue) = 178+174+192=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEC0 is #4D513F. Grayscale: #B1B1B1. Windows color (decimal): -5067072 or 12627634. OLE color: 12627634.
HSL color Cylindrical-coordinate representation of color #B2AEC0: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2AEC0 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 174 | 192 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.25 |
| HSL | 253.33º | 0.13% | 0.72% | - |
| HSV(B) | 253.33º | 0.09% | 0.75% | - |
| XYZ | 43.01 | 43.54 | 56.01 | - |
| YUV | 177.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 192 | 0.07 | 0.09 | 0 | 0.25 | 253.33 | 0.13 | 0.72 |
| Hex | B2 | AE | C0 | 7 | 9 | 0 | 19 | FD | C | 48 |
| Octal | 262 | 256 | 300 | 7 | 11 | 0 | 31 | 375 | 14 | 110 |
| Binary | 10110010 | 10101110 | 11000000 | 111 | 1001 | 0 | 11001 | 11111101 | 1100 | 1001000 |
Color Harmonies of #B2AEC0
Complementary color
Monochromatic Colors of #B2AEC0
Black with #B2AEC0
Text Example
Text Example
White with #B2AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEC0; }
p { color: rgb(178,174,192); }
H1.HeaderClassName
{
color: #B2AEC0;
}
.AnyTagClassName
{
color: #B2AEC0;
}
</style>
background-color css
<style>
a { background-color: #B2AEC0; }
a { background-color: rgb(178,174,192); }
div.DivClassName
{
background-color: #B2AEC0;
}
.BgClassName
{
background-color: #B2AEC0;
}
</style>
border-color css
<style>
span { border-color: #B2AEC0; }
span { border-color: rgb(178,174,192); }
td.TdClassName
{
border-color: #B2AEC0;
}
.TagClassName
{
border-color: #B2AEC0;
}
</style>