Shades of Cloudy #B7AD9D
Tints of Cloudy #B7AD9D
RGB
CMYK
RGB Variations
Color information
#B7AD9D (or 0xB7AD9D) is known color: Cloudy. HEX triplet: B7, AD and 9D. RGB value is (183,173,157). Sum of RGB (Red+Green+Blue) = 183+173+157=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD9D is #485262. Grayscale: #AEAEAE. Windows color (decimal): -4739683 or 10333623. OLE color: 10333623.
HSL color Cylindrical-coordinate representation of color #B7AD9D: hue angle of 36.92º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7AD9D is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 157 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.28 |
| HSL | 36.92º | 0.15% | 0.67% | - |
| HSV(B) | 36.92º | 0.14% | 0.72% | - |
| XYZ | 40.56 | 42.39 | 37.94 | - |
| YUV | 174.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 157 | 0 | 0.05 | 0.14 | 0.28 | 36.92 | 0.15 | 0.67 |
| Hex | B7 | AD | 9D | 0 | 5 | E | 1C | 25 | F | 43 |
| Octal | 267 | 255 | 235 | 0 | 5 | 16 | 34 | 45 | 17 | 103 |
| Binary | 10110111 | 10101101 | 10011101 | 0 | 101 | 1110 | 11100 | 100101 | 1111 | 1000011 |
Color Harmonies of #B7AD9D
Complementary color
Monochromatic Colors of #B7AD9D
Black with #B7AD9D
Text Example
Text Example
White with #B7AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD9D; }
p { color: rgb(183,173,157); }
H1.HeaderClassName
{
color: #B7AD9D;
}
.AnyTagClassName
{
color: #B7AD9D;
}
</style>
background-color css
<style>
a { background-color: #B7AD9D; }
a { background-color: rgb(183,173,157); }
div.DivClassName
{
background-color: #B7AD9D;
}
.BgClassName
{
background-color: #B7AD9D;
}
</style>
border-color css
<style>
span { border-color: #B7AD9D; }
span { border-color: rgb(183,173,157); }
td.TdClassName
{
border-color: #B7AD9D;
}
.TagClassName
{
border-color: #B7AD9D;
}
</style>