Shades of Cloudy #B2ABA2
Tints of Cloudy #B2ABA2
RGB
CMYK
RGB Variations
Color information
#B2ABA2 (or 0xB2ABA2) is known color: Cloudy. HEX triplet: B2, AB and A2. RGB value is (178,171,162). Sum of RGB (Red+Green+Blue) = 178+171+162=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ABA2 is #4D545D. Grayscale: #ACACAC. Windows color (decimal): -5067870 or 10660786. OLE color: 10660786.
HSL color Cylindrical-coordinate representation of color #B2ABA2: hue angle of 33.75º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2ABA2 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 162 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.30 |
| HSL | 33.75º | 0.09% | 0.67% | - |
| HSV(B) | 33.75º | 0.09% | 0.7% | - |
| XYZ | 39.44 | 41.2 | 40.06 | - |
| YUV | 172.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 162 | 0 | 0.04 | 0.09 | 0.30 | 33.75 | 0.09 | 0.67 |
| Hex | B2 | AB | A2 | 0 | 4 | 9 | 1E | 22 | 9 | 43 |
| Octal | 262 | 253 | 242 | 0 | 4 | 11 | 36 | 42 | 11 | 103 |
| Binary | 10110010 | 10101011 | 10100010 | 0 | 100 | 1001 | 11110 | 100010 | 1001 | 1000011 |
Color Harmonies of #B2ABA2
Complementary color
Monochromatic Colors of #B2ABA2
Black with #B2ABA2
Text Example
Text Example
White with #B2ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABA2; }
p { color: rgb(178,171,162); }
H1.HeaderClassName
{
color: #B2ABA2;
}
.AnyTagClassName
{
color: #B2ABA2;
}
</style>
background-color css
<style>
a { background-color: #B2ABA2; }
a { background-color: rgb(178,171,162); }
div.DivClassName
{
background-color: #B2ABA2;
}
.BgClassName
{
background-color: #B2ABA2;
}
</style>
border-color css
<style>
span { border-color: #B2ABA2; }
span { border-color: rgb(178,171,162); }
td.TdClassName
{
border-color: #B2ABA2;
}
.TagClassName
{
border-color: #B2ABA2;
}
</style>