Shades of Cloudy #B0AAA1
Tints of Cloudy #B0AAA1
RGB
CMYK
RGB Variations
Color information
#B0AAA1 (or 0xB0AAA1) is known color: Cloudy. HEX triplet: B0, AA and A1. RGB value is (176,170,161). Sum of RGB (Red+Green+Blue) = 176+170+161=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA1 is #4F555E. Grayscale: #AAAAAA. Windows color (decimal): -5199199 or 10594992. OLE color: 10594992.
HSL color Cylindrical-coordinate representation of color #B0AAA1: hue angle of 36º 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 #B0AAA1 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 161 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.31 |
| HSL | 36º | 0.09% | 0.66% | - |
| HSV(B) | 36º | 0.09% | 0.69% | - |
| XYZ | 38.71 | 40.55 | 39.51 | - |
| YUV | 170.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 161 | 0 | 0.03 | 0.09 | 0.31 | 36 | 0.09 | 0.66 |
| Hex | B0 | AA | A1 | 0 | 3 | 9 | 1F | 24 | 9 | 42 |
| Octal | 260 | 252 | 241 | 0 | 3 | 11 | 37 | 44 | 11 | 102 |
| Binary | 10110000 | 10101010 | 10100001 | 0 | 11 | 1001 | 11111 | 100100 | 1001 | 1000010 |
Color Harmonies of #B0AAA1
Complementary color
Monochromatic Colors of #B0AAA1
Black with #B0AAA1
Text Example
Text Example
White with #B0AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAA1; }
p { color: rgb(176,170,161); }
H1.HeaderClassName
{
color: #B0AAA1;
}
.AnyTagClassName
{
color: #B0AAA1;
}
</style>
background-color css
<style>
a { background-color: #B0AAA1; }
a { background-color: rgb(176,170,161); }
div.DivClassName
{
background-color: #B0AAA1;
}
.BgClassName
{
background-color: #B0AAA1;
}
</style>
border-color css
<style>
span { border-color: #B0AAA1; }
span { border-color: rgb(176,170,161); }
td.TdClassName
{
border-color: #B0AAA1;
}
.TagClassName
{
border-color: #B0AAA1;
}
</style>