Shades of Blue Haze #B1AEC0
Tints of Blue Haze #B1AEC0
RGB
CMYK
RGB Variations
Color information
#B1AEC0 (or 0xB1AEC0) is known color: Blue Haze. HEX triplet: B1, AE and C0. RGB value is (177,174,192). Sum of RGB (Red+Green+Blue) = 177+174+192=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #B1AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEC0 is #4E513F. Grayscale: #B0B0B0. Windows color (decimal): -5132608 or 12627633. OLE color: 12627633.
HSL color Cylindrical-coordinate representation of color #B1AEC0: hue angle of 250º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1AEC0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 174 | 192 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.25 |
| HSL | 250º | 0.13% | 0.72% | - |
| HSV(B) | 250º | 0.09% | 0.75% | - |
| XYZ | 42.78 | 43.42 | 56 | - |
| YUV | 176.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 192 | 0.08 | 0.09 | 0 | 0.25 | 250 | 0.13 | 0.72 |
| Hex | B1 | AE | C0 | 8 | 9 | 0 | 19 | FA | C | 48 |
| Octal | 261 | 256 | 300 | 10 | 11 | 0 | 31 | 372 | 14 | 110 |
| Binary | 10110001 | 10101110 | 11000000 | 1000 | 1001 | 0 | 11001 | 11111010 | 1100 | 1001000 |
Color Harmonies of #B1AEC0
Complementary color
Monochromatic Colors of #B1AEC0
Black with #B1AEC0
Text Example
Text Example
White with #B1AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AEC0; }
p { color: rgb(177,174,192); }
H1.HeaderClassName
{
color: #B1AEC0;
}
.AnyTagClassName
{
color: #B1AEC0;
}
</style>
background-color css
<style>
a { background-color: #B1AEC0; }
a { background-color: rgb(177,174,192); }
div.DivClassName
{
background-color: #B1AEC0;
}
.BgClassName
{
background-color: #B1AEC0;
}
</style>
border-color css
<style>
span { border-color: #B1AEC0; }
span { border-color: rgb(177,174,192); }
td.TdClassName
{
border-color: #B1AEC0;
}
.TagClassName
{
border-color: #B1AEC0;
}
</style>