Shades of Cloudy #B2A496
Tints of Cloudy #B2A496
RGB
CMYK
RGB Variations
Color information
#B2A496 (or 0xB2A496) is known color: Cloudy. HEX triplet: B2, A4 and 96. RGB value is (178,164,150). Sum of RGB (Red+Green+Blue) = 178+164+150=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A496 is #4D5B69. Grayscale: #A6A6A6. Windows color (decimal): -5069674 or 9872562. OLE color: 9872562.
HSL color Cylindrical-coordinate representation of color #B2A496: hue angle of 30º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2A496 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 150 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.30 |
| HSL | 30º | 0.15% | 0.64% | - |
| HSV(B) | 30º | 0.16% | 0.7% | - |
| XYZ | 37.14 | 38.22 | 34.27 | - |
| YUV | 166.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 150 | 0 | 0.08 | 0.16 | 0.30 | 30 | 0.15 | 0.64 |
| Hex | B2 | A4 | 96 | 0 | 8 | 10 | 1E | 1E | F | 40 |
| Octal | 262 | 244 | 226 | 0 | 10 | 20 | 36 | 36 | 17 | 100 |
| Binary | 10110010 | 10100100 | 10010110 | 0 | 1000 | 10000 | 11110 | 11110 | 1111 | 1000000 |
Color Harmonies of #B2A496
Complementary color
Monochromatic Colors of #B2A496
Black with #B2A496
Text Example
Text Example
White with #B2A496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A496; }
p { color: rgb(178,164,150); }
H1.HeaderClassName
{
color: #B2A496;
}
.AnyTagClassName
{
color: #B2A496;
}
</style>
background-color css
<style>
a { background-color: #B2A496; }
a { background-color: rgb(178,164,150); }
div.DivClassName
{
background-color: #B2A496;
}
.BgClassName
{
background-color: #B2A496;
}
</style>
border-color css
<style>
span { border-color: #B2A496; }
span { border-color: rgb(178,164,150); }
td.TdClassName
{
border-color: #B2A496;
}
.TagClassName
{
border-color: #B2A496;
}
</style>