Shades of Blue Haze #B2AECD
Tints of Blue Haze #B2AECD
RGB
CMYK
RGB Variations
Color information
#B2AECD (or 0xB2AECD) is known color: Blue Haze. HEX triplet: B2, AE and CD. RGB value is (178,174,205). Sum of RGB (Red+Green+Blue) = 178+174+205=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AECD is #4D5132. Grayscale: #B2B2B2. Windows color (decimal): -5067059 or 13479602. OLE color: 13479602.
HSL color Cylindrical-coordinate representation of color #B2AECD: hue angle of 247.74º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2AECD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 174 | 205 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.20 |
| HSL | 247.74º | 0.24% | 0.74% | - |
| HSV(B) | 247.74º | 0.15% | 0.8% | - |
| XYZ | 44.52 | 44.14 | 63.93 | - |
| YUV | 178.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 205 | 0.13 | 0.15 | 0 | 0.20 | 247.74 | 0.24 | 0.74 |
| Hex | B2 | AE | CD | D | F | 0 | 14 | F8 | 18 | 4A |
| Octal | 262 | 256 | 315 | 15 | 17 | 0 | 24 | 370 | 30 | 112 |
| Binary | 10110010 | 10101110 | 11001101 | 1101 | 1111 | 0 | 10100 | 11111000 | 11000 | 1001010 |
Color Harmonies of #B2AECD
Complementary color
Monochromatic Colors of #B2AECD
Black with #B2AECD
Text Example
Text Example
White with #B2AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AECD; }
p { color: rgb(178,174,205); }
H1.HeaderClassName
{
color: #B2AECD;
}
.AnyTagClassName
{
color: #B2AECD;
}
</style>
background-color css
<style>
a { background-color: #B2AECD; }
a { background-color: rgb(178,174,205); }
div.DivClassName
{
background-color: #B2AECD;
}
.BgClassName
{
background-color: #B2AECD;
}
</style>
border-color css
<style>
span { border-color: #B2AECD; }
span { border-color: rgb(178,174,205); }
td.TdClassName
{
border-color: #B2AECD;
}
.TagClassName
{
border-color: #B2AECD;
}
</style>