Shades of Cloudy #B1AAA1
Tints of Cloudy #B1AAA1
RGB
CMYK
RGB Variations
Color information
#B1AAA1 (or 0xB1AAA1) is known color: Cloudy. HEX triplet: B1, AA and A1. RGB value is (177,170,161). Sum of RGB (Red+Green+Blue) = 177+170+161=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AAA1 is #4E555E. Grayscale: #ABABAB. Windows color (decimal): -5133663 or 10594993. OLE color: 10594993.
HSL color Cylindrical-coordinate representation of color #B1AAA1: hue angle of 33.75º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1AAA1 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 161 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.31 |
| HSL | 33.75º | 0.09% | 0.66% | - |
| HSV(B) | 33.75º | 0.09% | 0.69% | - |
| XYZ | 38.94 | 40.67 | 39.52 | - |
| YUV | 171.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 161 | 0 | 0.04 | 0.09 | 0.31 | 33.75 | 0.09 | 0.66 |
| Hex | B1 | AA | A1 | 0 | 4 | 9 | 1F | 22 | 9 | 42 |
| Octal | 261 | 252 | 241 | 0 | 4 | 11 | 37 | 42 | 11 | 102 |
| Binary | 10110001 | 10101010 | 10100001 | 0 | 100 | 1001 | 11111 | 100010 | 1001 | 1000010 |
Color Harmonies of #B1AAA1
Complementary color
Monochromatic Colors of #B1AAA1
Black with #B1AAA1
Text Example
Text Example
White with #B1AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAA1; }
p { color: rgb(177,170,161); }
H1.HeaderClassName
{
color: #B1AAA1;
}
.AnyTagClassName
{
color: #B1AAA1;
}
</style>
background-color css
<style>
a { background-color: #B1AAA1; }
a { background-color: rgb(177,170,161); }
div.DivClassName
{
background-color: #B1AAA1;
}
.BgClassName
{
background-color: #B1AAA1;
}
</style>
border-color css
<style>
span { border-color: #B1AAA1; }
span { border-color: rgb(177,170,161); }
td.TdClassName
{
border-color: #B1AAA1;
}
.TagClassName
{
border-color: #B1AAA1;
}
</style>