Shades of Blue Haze #B2AECF
Tints of Blue Haze #B2AECF
RGB
CMYK
RGB Variations
Color information
#B2AECF (or 0xB2AECF) is known color: Blue Haze. HEX triplet: B2, AE and CF. RGB value is (178,174,207). Sum of RGB (Red+Green+Blue) = 178+174+207=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AECF is #4D5130. Grayscale: #B2B2B2. Windows color (decimal): -5067057 or 13610674. OLE color: 13610674.
HSL color Cylindrical-coordinate representation of color #B2AECF: hue angle of 247.27º 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 #B2AECF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 174 | 207 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.19 |
| HSL | 247.27º | 0.26% | 0.75% | - |
| HSV(B) | 247.27º | 0.16% | 0.81% | - |
| XYZ | 44.76 | 44.24 | 65.21 | - |
| YUV | 178.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 207 | 0.14 | 0.16 | 0 | 0.19 | 247.27 | 0.26 | 0.75 |
| Hex | B2 | AE | CF | E | 10 | 0 | 13 | F7 | 1A | 4B |
| Octal | 262 | 256 | 317 | 16 | 20 | 0 | 23 | 367 | 32 | 113 |
| Binary | 10110010 | 10101110 | 11001111 | 1110 | 10000 | 0 | 10011 | 11110111 | 11010 | 1001011 |
Color Harmonies of #B2AECF
Complementary color
Monochromatic Colors of #B2AECF
Black with #B2AECF
Text Example
Text Example
White with #B2AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AECF; }
p { color: rgb(178,174,207); }
H1.HeaderClassName
{
color: #B2AECF;
}
.AnyTagClassName
{
color: #B2AECF;
}
</style>
background-color css
<style>
a { background-color: #B2AECF; }
a { background-color: rgb(178,174,207); }
div.DivClassName
{
background-color: #B2AECF;
}
.BgClassName
{
background-color: #B2AECF;
}
</style>
border-color css
<style>
span { border-color: #B2AECF; }
span { border-color: rgb(178,174,207); }
td.TdClassName
{
border-color: #B2AECF;
}
.TagClassName
{
border-color: #B2AECF;
}
</style>