Shades of Blue Haze #B1AEBA
Tints of Blue Haze #B1AEBA
RGB
CMYK
RGB Variations
Color information
#B1AEBA (or 0xB1AEBA) is known color: Blue Haze. HEX triplet: B1, AE and BA. RGB value is (177,174,186). Sum of RGB (Red+Green+Blue) = 177+174+186=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #B1AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEBA is #4E5145. Grayscale: #B0B0B0. Windows color (decimal): -5132614 or 12234417. OLE color: 12234417.
HSL color Cylindrical-coordinate representation of color #B1AEBA: hue angle of 255º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1AEBA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 174 | 186 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.27 |
| HSL | 255º | 0.08% | 0.71% | - |
| HSV(B) | 255º | 0.06% | 0.73% | - |
| XYZ | 42.13 | 43.16 | 52.57 | - |
| YUV | 176.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 186 | 0.05 | 0.06 | 0 | 0.27 | 255 | 0.08 | 0.71 |
| Hex | B1 | AE | BA | 5 | 6 | 0 | 1B | FF | 8 | 47 |
| Octal | 261 | 256 | 272 | 5 | 6 | 0 | 33 | 377 | 10 | 107 |
| Binary | 10110001 | 10101110 | 10111010 | 101 | 110 | 0 | 11011 | 11111111 | 1000 | 1000111 |
Color Harmonies of #B1AEBA
Complementary color
Monochromatic Colors of #B1AEBA
Black with #B1AEBA
Text Example
Text Example
White with #B1AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AEBA; }
p { color: rgb(177,174,186); }
H1.HeaderClassName
{
color: #B1AEBA;
}
.AnyTagClassName
{
color: #B1AEBA;
}
</style>
background-color css
<style>
a { background-color: #B1AEBA; }
a { background-color: rgb(177,174,186); }
div.DivClassName
{
background-color: #B1AEBA;
}
.BgClassName
{
background-color: #B1AEBA;
}
</style>
border-color css
<style>
span { border-color: #B1AEBA; }
span { border-color: rgb(177,174,186); }
td.TdClassName
{
border-color: #B1AEBA;
}
.TagClassName
{
border-color: #B1AEBA;
}
</style>