Shades of Blue Haze #B0AEC0
Tints of Blue Haze #B0AEC0
RGB
CMYK
RGB Variations
Color information
#B0AEC0 (or 0xB0AEC0) is known color: Blue Haze. HEX triplet: B0, AE and C0. RGB value is (176,174,192). Sum of RGB (Red+Green+Blue) = 176+174+192=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #B0AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEC0 is #4F513F. Grayscale: #B0B0B0. Windows color (decimal): -5198144 or 12627632. OLE color: 12627632.
HSL color Cylindrical-coordinate representation of color #B0AEC0: hue angle of 246.67º 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 #B0AEC0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 174 | 192 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.25 |
| HSL | 246.67º | 0.13% | 0.72% | - |
| HSV(B) | 246.67º | 0.09% | 0.75% | - |
| XYZ | 42.55 | 43.31 | 55.99 | - |
| YUV | 176.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 174 | 192 | 0.08 | 0.09 | 0 | 0.25 | 246.67 | 0.13 | 0.72 |
| Hex | B0 | AE | C0 | 8 | 9 | 0 | 19 | F7 | C | 48 |
| Octal | 260 | 256 | 300 | 10 | 11 | 0 | 31 | 367 | 14 | 110 |
| Binary | 10110000 | 10101110 | 11000000 | 1000 | 1001 | 0 | 11001 | 11110111 | 1100 | 1001000 |
Color Harmonies of #B0AEC0
Complementary color
Monochromatic Colors of #B0AEC0
Black with #B0AEC0
Text Example
Text Example
White with #B0AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AEC0; }
p { color: rgb(176,174,192); }
H1.HeaderClassName
{
color: #B0AEC0;
}
.AnyTagClassName
{
color: #B0AEC0;
}
</style>
background-color css
<style>
a { background-color: #B0AEC0; }
a { background-color: rgb(176,174,192); }
div.DivClassName
{
background-color: #B0AEC0;
}
.BgClassName
{
background-color: #B0AEC0;
}
</style>
border-color css
<style>
span { border-color: #B0AEC0; }
span { border-color: rgb(176,174,192); }
td.TdClassName
{
border-color: #B0AEC0;
}
.TagClassName
{
border-color: #B0AEC0;
}
</style>