Shades of Cloudy #B8AD9E
Tints of Cloudy #B8AD9E
RGB
CMYK
RGB Variations
Color information
#B8AD9E (or 0xB8AD9E) is known color: Cloudy. HEX triplet: B8, AD and 9E. RGB value is (184,173,158). Sum of RGB (Red+Green+Blue) = 184+173+158=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD9E is #475261. Grayscale: #AEAEAE. Windows color (decimal): -4674146 or 10399160. OLE color: 10399160.
HSL color Cylindrical-coordinate representation of color #B8AD9E: hue angle of 34.62º 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 #B8AD9E is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 158 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.28 |
| HSL | 34.62º | 0.15% | 0.67% | - |
| HSV(B) | 34.62º | 0.14% | 0.72% | - |
| XYZ | 40.88 | 42.55 | 38.41 | - |
| YUV | 174.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 158 | 0 | 0.06 | 0.14 | 0.28 | 34.62 | 0.15 | 0.67 |
| Hex | B8 | AD | 9E | 0 | 6 | E | 1C | 23 | F | 43 |
| Octal | 270 | 255 | 236 | 0 | 6 | 16 | 34 | 43 | 17 | 103 |
| Binary | 10111000 | 10101101 | 10011110 | 0 | 110 | 1110 | 11100 | 100011 | 1111 | 1000011 |
Color Harmonies of #B8AD9E
Complementary color
Monochromatic Colors of #B8AD9E
Black with #B8AD9E
Text Example
Text Example
White with #B8AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD9E; }
p { color: rgb(184,173,158); }
H1.HeaderClassName
{
color: #B8AD9E;
}
.AnyTagClassName
{
color: #B8AD9E;
}
</style>
background-color css
<style>
a { background-color: #B8AD9E; }
a { background-color: rgb(184,173,158); }
div.DivClassName
{
background-color: #B8AD9E;
}
.BgClassName
{
background-color: #B8AD9E;
}
</style>
border-color css
<style>
span { border-color: #B8AD9E; }
span { border-color: rgb(184,173,158); }
td.TdClassName
{
border-color: #B8AD9E;
}
.TagClassName
{
border-color: #B8AD9E;
}
</style>