Shades of Cloudy #B2AA9A
Tints of Cloudy #B2AA9A
RGB
CMYK
RGB Variations
Color information
#B2AA9A (or 0xB2AA9A) is known color: Cloudy. HEX triplet: B2, AA and 9A. RGB value is (178,170,154). Sum of RGB (Red+Green+Blue) = 178+170+154=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA9A is #4D5565. Grayscale: #AAAAAA. Windows color (decimal): -5068134 or 10136242. OLE color: 10136242.
HSL color Cylindrical-coordinate representation of color #B2AA9A: hue angle of 40º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2AA9A is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 154 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.30 |
| HSL | 40º | 0.13% | 0.65% | - |
| HSV(B) | 40º | 0.13% | 0.7% | - |
| XYZ | 38.57 | 40.55 | 36.37 | - |
| YUV | 170.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 154 | 0 | 0.04 | 0.13 | 0.30 | 40 | 0.13 | 0.65 |
| Hex | B2 | AA | 9A | 0 | 4 | D | 1E | 28 | D | 41 |
| Octal | 262 | 252 | 232 | 0 | 4 | 15 | 36 | 50 | 15 | 101 |
| Binary | 10110010 | 10101010 | 10011010 | 0 | 100 | 1101 | 11110 | 101000 | 1101 | 1000001 |
Color Harmonies of #B2AA9A
Complementary color
Monochromatic Colors of #B2AA9A
Black with #B2AA9A
Text Example
Text Example
White with #B2AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA9A; }
p { color: rgb(178,170,154); }
H1.HeaderClassName
{
color: #B2AA9A;
}
.AnyTagClassName
{
color: #B2AA9A;
}
</style>
background-color css
<style>
a { background-color: #B2AA9A; }
a { background-color: rgb(178,170,154); }
div.DivClassName
{
background-color: #B2AA9A;
}
.BgClassName
{
background-color: #B2AA9A;
}
</style>
border-color css
<style>
span { border-color: #B2AA9A; }
span { border-color: rgb(178,170,154); }
td.TdClassName
{
border-color: #B2AA9A;
}
.TagClassName
{
border-color: #B2AA9A;
}
</style>