Shades of Cloudy #B5AD9D
Tints of Cloudy #B5AD9D
RGB
CMYK
RGB Variations
Color information
#B5AD9D (or 0xB5AD9D) is known color: Cloudy. HEX triplet: B5, AD and 9D. RGB value is (181,173,157). Sum of RGB (Red+Green+Blue) = 181+173+157=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD9D is #4A5262. Grayscale: #ADADAD. Windows color (decimal): -4870755 or 10333621. OLE color: 10333621.
HSL color Cylindrical-coordinate representation of color #B5AD9D: hue angle of 40º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5AD9D is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 157 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.29 |
| HSL | 40º | 0.14% | 0.66% | - |
| HSV(B) | 40º | 0.13% | 0.71% | - |
| XYZ | 40.09 | 42.15 | 37.92 | - |
| YUV | 173.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 157 | 0 | 0.04 | 0.13 | 0.29 | 40 | 0.14 | 0.66 |
| Hex | B5 | AD | 9D | 0 | 4 | D | 1D | 28 | E | 42 |
| Octal | 265 | 255 | 235 | 0 | 4 | 15 | 35 | 50 | 16 | 102 |
| Binary | 10110101 | 10101101 | 10011101 | 0 | 100 | 1101 | 11101 | 101000 | 1110 | 1000010 |
Color Harmonies of #B5AD9D
Complementary color
Monochromatic Colors of #B5AD9D
Black with #B5AD9D
Text Example
Text Example
White with #B5AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD9D; }
p { color: rgb(181,173,157); }
H1.HeaderClassName
{
color: #B5AD9D;
}
.AnyTagClassName
{
color: #B5AD9D;
}
</style>
background-color css
<style>
a { background-color: #B5AD9D; }
a { background-color: rgb(181,173,157); }
div.DivClassName
{
background-color: #B5AD9D;
}
.BgClassName
{
background-color: #B5AD9D;
}
</style>
border-color css
<style>
span { border-color: #B5AD9D; }
span { border-color: rgb(181,173,157); }
td.TdClassName
{
border-color: #B5AD9D;
}
.TagClassName
{
border-color: #B5AD9D;
}
</style>