Shades of Cloudy #B1AA9E
Tints of Cloudy #B1AA9E
RGB
CMYK
RGB Variations
Color information
#B1AA9E (or 0xB1AA9E) is known color: Cloudy. HEX triplet: B1, AA and 9E. RGB value is (177,170,158). Sum of RGB (Red+Green+Blue) = 177+170+158=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA9E is #4E5561. Grayscale: #AAAAAA. Windows color (decimal): -5133666 or 10398385. OLE color: 10398385.
HSL color Cylindrical-coordinate representation of color #B1AA9E: hue angle of 37.89º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1AA9E is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 158 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.31 |
| HSL | 37.89º | 0.11% | 0.66% | - |
| HSV(B) | 37.89º | 0.11% | 0.69% | - |
| XYZ | 38.68 | 40.57 | 38.14 | - |
| YUV | 170.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 158 | 0 | 0.04 | 0.11 | 0.31 | 37.89 | 0.11 | 0.66 |
| Hex | B1 | AA | 9E | 0 | 4 | B | 1F | 26 | B | 42 |
| Octal | 261 | 252 | 236 | 0 | 4 | 13 | 37 | 46 | 13 | 102 |
| Binary | 10110001 | 10101010 | 10011110 | 0 | 100 | 1011 | 11111 | 100110 | 1011 | 1000010 |
Color Harmonies of #B1AA9E
Complementary color
Monochromatic Colors of #B1AA9E
Black with #B1AA9E
Text Example
Text Example
White with #B1AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA9E; }
p { color: rgb(177,170,158); }
H1.HeaderClassName
{
color: #B1AA9E;
}
.AnyTagClassName
{
color: #B1AA9E;
}
</style>
background-color css
<style>
a { background-color: #B1AA9E; }
a { background-color: rgb(177,170,158); }
div.DivClassName
{
background-color: #B1AA9E;
}
.BgClassName
{
background-color: #B1AA9E;
}
</style>
border-color css
<style>
span { border-color: #B1AA9E; }
span { border-color: rgb(177,170,158); }
td.TdClassName
{
border-color: #B1AA9E;
}
.TagClassName
{
border-color: #B1AA9E;
}
</style>