Shades of Cloudy #B7ADA0
Tints of Cloudy #B7ADA0
RGB
CMYK
RGB Variations
Color information
#B7ADA0 (or 0xB7ADA0) is known color: Cloudy. HEX triplet: B7, AD and A0. RGB value is (183,173,160). Sum of RGB (Red+Green+Blue) = 183+173+160=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ADA0 is #48525F. Grayscale: #AEAEAE. Windows color (decimal): -4739680 or 10530231. OLE color: 10530231.
HSL color Cylindrical-coordinate representation of color #B7ADA0: hue angle of 33.91º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7ADA0 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 160 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.28 |
| HSL | 33.91º | 0.14% | 0.67% | - |
| HSV(B) | 33.91º | 0.13% | 0.72% | - |
| XYZ | 40.82 | 42.49 | 39.31 | - |
| YUV | 174.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 160 | 0 | 0.05 | 0.13 | 0.28 | 33.91 | 0.14 | 0.67 |
| Hex | B7 | AD | A0 | 0 | 5 | D | 1C | 22 | E | 43 |
| Octal | 267 | 255 | 240 | 0 | 5 | 15 | 34 | 42 | 16 | 103 |
| Binary | 10110111 | 10101101 | 10100000 | 0 | 101 | 1101 | 11100 | 100010 | 1110 | 1000011 |
Color Harmonies of #B7ADA0
Complementary color
Monochromatic Colors of #B7ADA0
Black with #B7ADA0
Text Example
Text Example
White with #B7ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADA0; }
p { color: rgb(183,173,160); }
H1.HeaderClassName
{
color: #B7ADA0;
}
.AnyTagClassName
{
color: #B7ADA0;
}
</style>
background-color css
<style>
a { background-color: #B7ADA0; }
a { background-color: rgb(183,173,160); }
div.DivClassName
{
background-color: #B7ADA0;
}
.BgClassName
{
background-color: #B7ADA0;
}
</style>
border-color css
<style>
span { border-color: #B7ADA0; }
span { border-color: rgb(183,173,160); }
td.TdClassName
{
border-color: #B7ADA0;
}
.TagClassName
{
border-color: #B7ADA0;
}
</style>