Shades of Blue Haze #B1AACB
Tints of Blue Haze #B1AACB
RGB
CMYK
RGB Variations
Color information
#B1AACB (or 0xB1AACB) is known color: Blue Haze. HEX triplet: B1, AA and CB. RGB value is (177,170,203). Sum of RGB (Red+Green+Blue) = 177+170+203=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AACB is #4E5534. Grayscale: #AFAFAF. Windows color (decimal): -5133621 or 13347505. OLE color: 13347505.
HSL color Cylindrical-coordinate representation of color #B1AACB: hue angle of 252.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1AACB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 170 | 203 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.20 |
| HSL | 252.73º | 0.24% | 0.73% | - |
| HSV(B) | 252.73º | 0.16% | 0.8% | - |
| XYZ | 43.29 | 42.41 | 62.4 | - |
| YUV | 175.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 203 | 0.13 | 0.16 | 0 | 0.20 | 252.73 | 0.24 | 0.73 |
| Hex | B1 | AA | CB | D | 10 | 0 | 14 | FD | 18 | 49 |
| Octal | 261 | 252 | 313 | 15 | 20 | 0 | 24 | 375 | 30 | 111 |
| Binary | 10110001 | 10101010 | 11001011 | 1101 | 10000 | 0 | 10100 | 11111101 | 11000 | 1001001 |
Color Harmonies of #B1AACB
Complementary color
Monochromatic Colors of #B1AACB
Black with #B1AACB
Text Example
Text Example
White with #B1AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AACB; }
p { color: rgb(177,170,203); }
H1.HeaderClassName
{
color: #B1AACB;
}
.AnyTagClassName
{
color: #B1AACB;
}
</style>
background-color css
<style>
a { background-color: #B1AACB; }
a { background-color: rgb(177,170,203); }
div.DivClassName
{
background-color: #B1AACB;
}
.BgClassName
{
background-color: #B1AACB;
}
</style>
border-color css
<style>
span { border-color: #B1AACB; }
span { border-color: rgb(177,170,203); }
td.TdClassName
{
border-color: #B1AACB;
}
.TagClassName
{
border-color: #B1AACB;
}
</style>