Shades of Blue Haze #B2AEBD
Tints of Blue Haze #B2AEBD
RGB
CMYK
RGB Variations
Color information
#B2AEBD (or 0xB2AEBD) is known color: Blue Haze. HEX triplet: B2, AE and BD. RGB value is (178,174,189). Sum of RGB (Red+Green+Blue) = 178+174+189=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #B2AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEBD is #4D5142. Grayscale: #B0B0B0. Windows color (decimal): -5067075 or 12431026. OLE color: 12431026.
HSL color Cylindrical-coordinate representation of color #B2AEBD: hue angle of 256º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2AEBD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 174 | 189 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.26 |
| HSL | 256º | 0.1% | 0.71% | - |
| HSV(B) | 256º | 0.08% | 0.74% | - |
| XYZ | 42.68 | 43.41 | 54.27 | - |
| YUV | 176.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 189 | 0.06 | 0.08 | 0 | 0.26 | 256 | 0.1 | 0.71 |
| Hex | B2 | AE | BD | 6 | 8 | 0 | 1A | 100 | A | 47 |
| Octal | 262 | 256 | 275 | 6 | 10 | 0 | 32 | 400 | 12 | 107 |
| Binary | 10110010 | 10101110 | 10111101 | 110 | 1000 | 0 | 11010 | 100000000 | 1010 | 1000111 |
Color Harmonies of #B2AEBD
Complementary color
Monochromatic Colors of #B2AEBD
Black with #B2AEBD
Text Example
Text Example
White with #B2AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEBD; }
p { color: rgb(178,174,189); }
H1.HeaderClassName
{
color: #B2AEBD;
}
.AnyTagClassName
{
color: #B2AEBD;
}
</style>
background-color css
<style>
a { background-color: #B2AEBD; }
a { background-color: rgb(178,174,189); }
div.DivClassName
{
background-color: #B2AEBD;
}
.BgClassName
{
background-color: #B2AEBD;
}
</style>
border-color css
<style>
span { border-color: #B2AEBD; }
span { border-color: rgb(178,174,189); }
td.TdClassName
{
border-color: #B2AEBD;
}
.TagClassName
{
border-color: #B2AEBD;
}
</style>