Shades of Cloudy #B2A897
Tints of Cloudy #B2A897
RGB
CMYK
RGB Variations
Color information
#B2A897 (or 0xB2A897) is known color: Cloudy. HEX triplet: B2, A8 and 97. RGB value is (178,168,151). Sum of RGB (Red+Green+Blue) = 178+168+151=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A897 is #4D5768. Grayscale: #A9A9A9. Windows color (decimal): -5068649 or 9939122. OLE color: 9939122.
HSL color Cylindrical-coordinate representation of color #B2A897: hue angle of 37.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2A897 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 151 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.30 |
| HSL | 37.78º | 0.15% | 0.65% | - |
| HSV(B) | 37.78º | 0.15% | 0.7% | - |
| XYZ | 37.95 | 39.7 | 34.94 | - |
| YUV | 169.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 151 | 0 | 0.06 | 0.15 | 0.30 | 37.78 | 0.15 | 0.65 |
| Hex | B2 | A8 | 97 | 0 | 6 | F | 1E | 26 | F | 41 |
| Octal | 262 | 250 | 227 | 0 | 6 | 17 | 36 | 46 | 17 | 101 |
| Binary | 10110010 | 10101000 | 10010111 | 0 | 110 | 1111 | 11110 | 100110 | 1111 | 1000001 |
Color Harmonies of #B2A897
Complementary color
Monochromatic Colors of #B2A897
Black with #B2A897
Text Example
Text Example
White with #B2A897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A897; }
p { color: rgb(178,168,151); }
H1.HeaderClassName
{
color: #B2A897;
}
.AnyTagClassName
{
color: #B2A897;
}
</style>
background-color css
<style>
a { background-color: #B2A897; }
a { background-color: rgb(178,168,151); }
div.DivClassName
{
background-color: #B2A897;
}
.BgClassName
{
background-color: #B2A897;
}
</style>
border-color css
<style>
span { border-color: #B2A897; }
span { border-color: rgb(178,168,151); }
td.TdClassName
{
border-color: #B2A897;
}
.TagClassName
{
border-color: #B2A897;
}
</style>