Shades of Blue Haze #B0AECF
Tints of Blue Haze #B0AECF
RGB
CMYK
RGB Variations
Color information
#B0AECF (or 0xB0AECF) is known color: Blue Haze. HEX triplet: B0, AE and CF. RGB value is (176,174,207). Sum of RGB (Red+Green+Blue) = 176+174+207=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AECF is #4F5130. Grayscale: #B2B2B2. Windows color (decimal): -5198129 or 13610672. OLE color: 13610672.
HSL color Cylindrical-coordinate representation of color #B0AECF: hue angle of 243.64º degrees, saturation: 0.26, 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 #B0AECF is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 174 | 207 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.19 |
| HSL | 243.64º | 0.26% | 0.75% | - |
| HSV(B) | 243.64º | 0.16% | 0.81% | - |
| XYZ | 44.3 | 44.01 | 65.19 | - |
| YUV | 178.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 174 | 207 | 0.15 | 0.16 | 0 | 0.19 | 243.64 | 0.26 | 0.75 |
| Hex | B0 | AE | CF | F | 10 | 0 | 13 | F4 | 1A | 4B |
| Octal | 260 | 256 | 317 | 17 | 20 | 0 | 23 | 364 | 32 | 113 |
| Binary | 10110000 | 10101110 | 11001111 | 1111 | 10000 | 0 | 10011 | 11110100 | 11010 | 1001011 |
Color Harmonies of #B0AECF
Complementary color
Monochromatic Colors of #B0AECF
Black with #B0AECF
Text Example
Text Example
White with #B0AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AECF; }
p { color: rgb(176,174,207); }
H1.HeaderClassName
{
color: #B0AECF;
}
.AnyTagClassName
{
color: #B0AECF;
}
</style>
background-color css
<style>
a { background-color: #B0AECF; }
a { background-color: rgb(176,174,207); }
div.DivClassName
{
background-color: #B0AECF;
}
.BgClassName
{
background-color: #B0AECF;
}
</style>
border-color css
<style>
span { border-color: #B0AECF; }
span { border-color: rgb(176,174,207); }
td.TdClassName
{
border-color: #B0AECF;
}
.TagClassName
{
border-color: #B0AECF;
}
</style>