Shades of Cloudy #B0A9A1
Tints of Cloudy #B0A9A1
RGB
CMYK
RGB Variations
Color information
#B0A9A1 (or 0xB0A9A1) is known color: Cloudy. HEX triplet: B0, A9 and A1. RGB value is (176,169,161). Sum of RGB (Red+Green+Blue) = 176+169+161=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A9A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A9A1 is #4F565E. Grayscale: #AAAAAA. Windows color (decimal): -5199455 or 10594736. OLE color: 10594736.
HSL color Cylindrical-coordinate representation of color #B0A9A1: hue angle of 32º 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 #B0A9A1 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 169 | 161 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.31 |
| HSL | 32º | 0.09% | 0.66% | - |
| HSV(B) | 32º | 0.09% | 0.69% | - |
| XYZ | 38.53 | 40.18 | 39.44 | - |
| YUV | 170.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 161 | 0 | 0.04 | 0.09 | 0.31 | 32 | 0.09 | 0.66 |
| Hex | B0 | A9 | A1 | 0 | 4 | 9 | 1F | 20 | 9 | 42 |
| Octal | 260 | 251 | 241 | 0 | 4 | 11 | 37 | 40 | 11 | 102 |
| Binary | 10110000 | 10101001 | 10100001 | 0 | 100 | 1001 | 11111 | 100000 | 1001 | 1000010 |
Color Harmonies of #B0A9A1
Complementary color
Monochromatic Colors of #B0A9A1
Black with #B0A9A1
Text Example
Text Example
White with #B0A9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9A1; }
p { color: rgb(176,169,161); }
H1.HeaderClassName
{
color: #B0A9A1;
}
.AnyTagClassName
{
color: #B0A9A1;
}
</style>
background-color css
<style>
a { background-color: #B0A9A1; }
a { background-color: rgb(176,169,161); }
div.DivClassName
{
background-color: #B0A9A1;
}
.BgClassName
{
background-color: #B0A9A1;
}
</style>
border-color css
<style>
span { border-color: #B0A9A1; }
span { border-color: rgb(176,169,161); }
td.TdClassName
{
border-color: #B0A9A1;
}
.TagClassName
{
border-color: #B0A9A1;
}
</style>