Shades of Cloudy #B2ABA1
Tints of Cloudy #B2ABA1
RGB
CMYK
RGB Variations
Color information
#B2ABA1 (or 0xB2ABA1) is known color: Cloudy. HEX triplet: B2, AB and A1. RGB value is (178,171,161). Sum of RGB (Red+Green+Blue) = 178+171+161=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ABA1 is #4D545E. Grayscale: #ACACAC. Windows color (decimal): -5067871 or 10595250. OLE color: 10595250.
HSL color Cylindrical-coordinate representation of color #B2ABA1: hue angle of 35.29º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2ABA1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 161 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.30 |
| HSL | 35.29º | 0.1% | 0.66% | - |
| HSV(B) | 35.29º | 0.1% | 0.7% | - |
| XYZ | 39.36 | 41.16 | 39.59 | - |
| YUV | 171.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 161 | 0 | 0.04 | 0.10 | 0.30 | 35.29 | 0.1 | 0.66 |
| Hex | B2 | AB | A1 | 0 | 4 | A | 1E | 23 | A | 42 |
| Octal | 262 | 253 | 241 | 0 | 4 | 12 | 36 | 43 | 12 | 102 |
| Binary | 10110010 | 10101011 | 10100001 | 0 | 100 | 1010 | 11110 | 100011 | 1010 | 1000010 |
Color Harmonies of #B2ABA1
Complementary color
Monochromatic Colors of #B2ABA1
Black with #B2ABA1
Text Example
Text Example
White with #B2ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABA1; }
p { color: rgb(178,171,161); }
H1.HeaderClassName
{
color: #B2ABA1;
}
.AnyTagClassName
{
color: #B2ABA1;
}
</style>
background-color css
<style>
a { background-color: #B2ABA1; }
a { background-color: rgb(178,171,161); }
div.DivClassName
{
background-color: #B2ABA1;
}
.BgClassName
{
background-color: #B2ABA1;
}
</style>
border-color css
<style>
span { border-color: #B2ABA1; }
span { border-color: rgb(178,171,161); }
td.TdClassName
{
border-color: #B2ABA1;
}
.TagClassName
{
border-color: #B2ABA1;
}
</style>