Shades of Cloudy #B8AB99
Tints of Cloudy #B8AB99
RGB
CMYK
RGB Variations
Color information
#B8AB99 (or 0xB8AB99) is known color: Cloudy. HEX triplet: B8, AB and 99. RGB value is (184,171,153). Sum of RGB (Red+Green+Blue) = 184+171+153=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AB99 is #475466. Grayscale: #ACACAC. Windows color (decimal): -4674663 or 10070968. OLE color: 10070968.
HSL color Cylindrical-coordinate representation of color #B8AB99: hue angle of 34.84º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8AB99 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 153 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.28 |
| HSL | 34.84º | 0.18% | 0.66% | - |
| HSV(B) | 34.84º | 0.17% | 0.72% | - |
| XYZ | 40.08 | 41.62 | 36.06 | - |
| YUV | 172.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 153 | 0 | 0.07 | 0.17 | 0.28 | 34.84 | 0.18 | 0.66 |
| Hex | B8 | AB | 99 | 0 | 7 | 11 | 1C | 23 | 12 | 42 |
| Octal | 270 | 253 | 231 | 0 | 7 | 21 | 34 | 43 | 22 | 102 |
| Binary | 10111000 | 10101011 | 10011001 | 0 | 111 | 10001 | 11100 | 100011 | 10010 | 1000010 |
Color Harmonies of #B8AB99
Complementary color
Monochromatic Colors of #B8AB99
Black with #B8AB99
Text Example
Text Example
White with #B8AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB99; }
p { color: rgb(184,171,153); }
H1.HeaderClassName
{
color: #B8AB99;
}
.AnyTagClassName
{
color: #B8AB99;
}
</style>
background-color css
<style>
a { background-color: #B8AB99; }
a { background-color: rgb(184,171,153); }
div.DivClassName
{
background-color: #B8AB99;
}
.BgClassName
{
background-color: #B8AB99;
}
</style>
border-color css
<style>
span { border-color: #B8AB99; }
span { border-color: rgb(184,171,153); }
td.TdClassName
{
border-color: #B8AB99;
}
.TagClassName
{
border-color: #B8AB99;
}
</style>