Shades of Blue Haze #B2AEBC
Tints of Blue Haze #B2AEBC
RGB
CMYK
RGB Variations
Color information
#B2AEBC (or 0xB2AEBC) is known color: Blue Haze. HEX triplet: B2, AE and BC. RGB value is (178,174,188). Sum of RGB (Red+Green+Blue) = 178+174+188=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEBC is #4D5143. Grayscale: #B0B0B0. Windows color (decimal): -5067076 or 12365490. OLE color: 12365490.
HSL color Cylindrical-coordinate representation of color #B2AEBC: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2AEBC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 174 | 188 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.26 |
| HSL | 257.14º | 0.09% | 0.71% | - |
| HSV(B) | 257.14º | 0.07% | 0.74% | - |
| XYZ | 42.57 | 43.37 | 53.7 | - |
| YUV | 176.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 188 | 0.05 | 0.07 | 0 | 0.26 | 257.14 | 0.09 | 0.71 |
| Hex | B2 | AE | BC | 5 | 7 | 0 | 1A | 101 | 9 | 47 |
| Octal | 262 | 256 | 274 | 5 | 7 | 0 | 32 | 401 | 11 | 107 |
| Binary | 10110010 | 10101110 | 10111100 | 101 | 111 | 0 | 11010 | 100000001 | 1001 | 1000111 |
Color Harmonies of #B2AEBC
Complementary color
Monochromatic Colors of #B2AEBC
Black with #B2AEBC
Text Example
Text Example
White with #B2AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEBC; }
p { color: rgb(178,174,188); }
H1.HeaderClassName
{
color: #B2AEBC;
}
.AnyTagClassName
{
color: #B2AEBC;
}
</style>
background-color css
<style>
a { background-color: #B2AEBC; }
a { background-color: rgb(178,174,188); }
div.DivClassName
{
background-color: #B2AEBC;
}
.BgClassName
{
background-color: #B2AEBC;
}
</style>
border-color css
<style>
span { border-color: #B2AEBC; }
span { border-color: rgb(178,174,188); }
td.TdClassName
{
border-color: #B2AEBC;
}
.TagClassName
{
border-color: #B2AEBC;
}
</style>