Shades of Cloudy #B2A699
Tints of Cloudy #B2A699
RGB
CMYK
RGB Variations
Color information
#B2A699 (or 0xB2A699) is known color: Cloudy. HEX triplet: B2, A6 and 99. RGB value is (178,166,153). Sum of RGB (Red+Green+Blue) = 178+166+153=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A699 is #4D5966. Grayscale: #A8A8A8. Windows color (decimal): -5069159 or 10069682. OLE color: 10069682.
HSL color Cylindrical-coordinate representation of color #B2A699: hue angle of 31.2º 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 #B2A699 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 153 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.30 |
| HSL | 31.2º | 0.14% | 0.65% | - |
| HSV(B) | 31.2º | 0.14% | 0.7% | - |
| XYZ | 37.75 | 39.04 | 35.68 | - |
| YUV | 168.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 153 | 0 | 0.07 | 0.14 | 0.30 | 31.2 | 0.14 | 0.65 |
| Hex | B2 | A6 | 99 | 0 | 7 | E | 1E | 1F | E | 41 |
| Octal | 262 | 246 | 231 | 0 | 7 | 16 | 36 | 37 | 16 | 101 |
| Binary | 10110010 | 10100110 | 10011001 | 0 | 111 | 1110 | 11110 | 11111 | 1110 | 1000001 |
Color Harmonies of #B2A699
Complementary color
Monochromatic Colors of #B2A699
Black with #B2A699
Text Example
Text Example
White with #B2A699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A699; }
p { color: rgb(178,166,153); }
H1.HeaderClassName
{
color: #B2A699;
}
.AnyTagClassName
{
color: #B2A699;
}
</style>
background-color css
<style>
a { background-color: #B2A699; }
a { background-color: rgb(178,166,153); }
div.DivClassName
{
background-color: #B2A699;
}
.BgClassName
{
background-color: #B2A699;
}
</style>
border-color css
<style>
span { border-color: #B2A699; }
span { border-color: rgb(178,166,153); }
td.TdClassName
{
border-color: #B2A699;
}
.TagClassName
{
border-color: #B2A699;
}
</style>