Shades of Cloudy #B1A898
Tints of Cloudy #B1A898
RGB
CMYK
RGB Variations
Color information
#B1A898 (or 0xB1A898) is known color: Cloudy. HEX triplet: B1, A8 and 98. RGB value is (177,168,152). Sum of RGB (Red+Green+Blue) = 177+168+152=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A898 is #4E5767. Grayscale: #A8A8A8. Windows color (decimal): -5134184 or 10004657. OLE color: 10004657.
HSL color Cylindrical-coordinate representation of color #B1A898: hue angle of 38.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A898 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 152 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.31 |
| HSL | 38.4º | 0.14% | 0.65% | - |
| HSV(B) | 38.4º | 0.14% | 0.69% | - |
| XYZ | 37.8 | 39.62 | 35.36 | - |
| YUV | 168.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 152 | 0 | 0.05 | 0.14 | 0.31 | 38.4 | 0.14 | 0.65 |
| Hex | B1 | A8 | 98 | 0 | 5 | E | 1F | 26 | E | 41 |
| Octal | 261 | 250 | 230 | 0 | 5 | 16 | 37 | 46 | 16 | 101 |
| Binary | 10110001 | 10101000 | 10011000 | 0 | 101 | 1110 | 11111 | 100110 | 1110 | 1000001 |
Color Harmonies of #B1A898
Complementary color
Monochromatic Colors of #B1A898
Black with #B1A898
Text Example
Text Example
White with #B1A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A898; }
p { color: rgb(177,168,152); }
H1.HeaderClassName
{
color: #B1A898;
}
.AnyTagClassName
{
color: #B1A898;
}
</style>
background-color css
<style>
a { background-color: #B1A898; }
a { background-color: rgb(177,168,152); }
div.DivClassName
{
background-color: #B1A898;
}
.BgClassName
{
background-color: #B1A898;
}
</style>
border-color css
<style>
span { border-color: #B1A898; }
span { border-color: rgb(177,168,152); }
td.TdClassName
{
border-color: #B1A898;
}
.TagClassName
{
border-color: #B1A898;
}
</style>