Shades of Cloudy #B2A898
Tints of Cloudy #B2A898
RGB
CMYK
RGB Variations
Color information
#B2A898 (or 0xB2A898) is known color: Cloudy. HEX triplet: B2, A8 and 98. RGB value is (178,168,152). Sum of RGB (Red+Green+Blue) = 178+168+152=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A898 is #4D5767. Grayscale: #A9A9A9. Windows color (decimal): -5068648 or 10004658. OLE color: 10004658.
HSL color Cylindrical-coordinate representation of color #B2A898: hue angle of 36.92º degrees, saturation: 0.14, 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 #B2A898 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 152 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.30 |
| HSL | 36.92º | 0.14% | 0.65% | - |
| HSV(B) | 36.92º | 0.15% | 0.7% | - |
| XYZ | 38.03 | 39.74 | 35.37 | - |
| YUV | 169.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 152 | 0 | 0.06 | 0.15 | 0.30 | 36.92 | 0.14 | 0.65 |
| Hex | B2 | A8 | 98 | 0 | 6 | F | 1E | 25 | E | 41 |
| Octal | 262 | 250 | 230 | 0 | 6 | 17 | 36 | 45 | 16 | 101 |
| Binary | 10110010 | 10101000 | 10011000 | 0 | 110 | 1111 | 11110 | 100101 | 1110 | 1000001 |
Color Harmonies of #B2A898
Complementary color
Monochromatic Colors of #B2A898
Black with #B2A898
Text Example
Text Example
White with #B2A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A898; }
p { color: rgb(178,168,152); }
H1.HeaderClassName
{
color: #B2A898;
}
.AnyTagClassName
{
color: #B2A898;
}
</style>
background-color css
<style>
a { background-color: #B2A898; }
a { background-color: rgb(178,168,152); }
div.DivClassName
{
background-color: #B2A898;
}
.BgClassName
{
background-color: #B2A898;
}
</style>
border-color css
<style>
span { border-color: #B2A898; }
span { border-color: rgb(178,168,152); }
td.TdClassName
{
border-color: #B2A898;
}
.TagClassName
{
border-color: #B2A898;
}
</style>