Shades of Cloudy #B2A799
Tints of Cloudy #B2A799
RGB
CMYK
RGB Variations
Color information
#B2A799 (or 0xB2A799) is known color: Cloudy. HEX triplet: B2, A7 and 99. RGB value is (178,167,153). Sum of RGB (Red+Green+Blue) = 178+167+153=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A799 is #4D5866. Grayscale: #A8A8A8. Windows color (decimal): -5068903 or 10069938. OLE color: 10069938.
HSL color Cylindrical-coordinate representation of color #B2A799: hue angle of 33.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2A799 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 167 | 153 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.30 |
| HSL | 33.6º | 0.14% | 0.65% | - |
| HSV(B) | 33.6º | 0.14% | 0.7% | - |
| XYZ | 37.93 | 39.4 | 35.74 | - |
| YUV | 168.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 167 | 153 | 0 | 0.06 | 0.14 | 0.30 | 33.6 | 0.14 | 0.65 |
| Hex | B2 | A7 | 99 | 0 | 6 | E | 1E | 22 | E | 41 |
| Octal | 262 | 247 | 231 | 0 | 6 | 16 | 36 | 42 | 16 | 101 |
| Binary | 10110010 | 10100111 | 10011001 | 0 | 110 | 1110 | 11110 | 100010 | 1110 | 1000001 |
Color Harmonies of #B2A799
Complementary color
Monochromatic Colors of #B2A799
Black with #B2A799
Text Example
Text Example
White with #B2A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A799; }
p { color: rgb(178,167,153); }
H1.HeaderClassName
{
color: #B2A799;
}
.AnyTagClassName
{
color: #B2A799;
}
</style>
background-color css
<style>
a { background-color: #B2A799; }
a { background-color: rgb(178,167,153); }
div.DivClassName
{
background-color: #B2A799;
}
.BgClassName
{
background-color: #B2A799;
}
</style>
border-color css
<style>
span { border-color: #B2A799; }
span { border-color: rgb(178,167,153); }
td.TdClassName
{
border-color: #B2A799;
}
.TagClassName
{
border-color: #B2A799;
}
</style>