Shades of Cloudy #B9AD9D
Tints of Cloudy #B9AD9D
RGB
CMYK
RGB Variations
Color information
#B9AD9D (or 0xB9AD9D) is known color: Cloudy. HEX triplet: B9, AD and 9D. RGB value is (185,173,157). Sum of RGB (Red+Green+Blue) = 185+173+157=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD9D is #465262. Grayscale: #AEAEAE. Windows color (decimal): -4608611 or 10333625. OLE color: 10333625.
HSL color Cylindrical-coordinate representation of color #B9AD9D: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9AD9D is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 157 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.27 |
| HSL | 34.29º | 0.17% | 0.67% | - |
| HSV(B) | 34.29º | 0.15% | 0.73% | - |
| XYZ | 41.04 | 42.64 | 37.96 | - |
| YUV | 174.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 157 | 0 | 0.06 | 0.15 | 0.27 | 34.29 | 0.17 | 0.67 |
| Hex | B9 | AD | 9D | 0 | 6 | F | 1B | 22 | 11 | 43 |
| Octal | 271 | 255 | 235 | 0 | 6 | 17 | 33 | 42 | 21 | 103 |
| Binary | 10111001 | 10101101 | 10011101 | 0 | 110 | 1111 | 11011 | 100010 | 10001 | 1000011 |
Color Harmonies of #B9AD9D
Complementary color
Monochromatic Colors of #B9AD9D
Black with #B9AD9D
Text Example
Text Example
White with #B9AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD9D; }
p { color: rgb(185,173,157); }
H1.HeaderClassName
{
color: #B9AD9D;
}
.AnyTagClassName
{
color: #B9AD9D;
}
</style>
background-color css
<style>
a { background-color: #B9AD9D; }
a { background-color: rgb(185,173,157); }
div.DivClassName
{
background-color: #B9AD9D;
}
.BgClassName
{
background-color: #B9AD9D;
}
</style>
border-color css
<style>
span { border-color: #B9AD9D; }
span { border-color: rgb(185,173,157); }
td.TdClassName
{
border-color: #B9AD9D;
}
.TagClassName
{
border-color: #B9AD9D;
}
</style>