Shades of Cloudy #B8AEA0
Tints of Cloudy #B8AEA0
RGB
CMYK
RGB Variations
Color information
#B8AEA0 (or 0xB8AEA0) is known color: Cloudy. HEX triplet: B8, AE and A0. RGB value is (184,174,160). Sum of RGB (Red+Green+Blue) = 184+174+160=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AEA0 is #47515F. Grayscale: #AFAFAF. Windows color (decimal): -4673888 or 10530488. OLE color: 10530488.
HSL color Cylindrical-coordinate representation of color #B8AEA0: hue angle of 35º 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 #B8AEA0 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 174 | 160 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.28 |
| HSL | 35º | 0.14% | 0.67% | - |
| HSV(B) | 35º | 0.13% | 0.72% | - |
| XYZ | 41.25 | 43 | 39.38 | - |
| YUV | 175.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 160 | 0 | 0.05 | 0.13 | 0.28 | 35 | 0.14 | 0.67 |
| Hex | B8 | AE | A0 | 0 | 5 | D | 1C | 23 | E | 43 |
| Octal | 270 | 256 | 240 | 0 | 5 | 15 | 34 | 43 | 16 | 103 |
| Binary | 10111000 | 10101110 | 10100000 | 0 | 101 | 1101 | 11100 | 100011 | 1110 | 1000011 |
Color Harmonies of #B8AEA0
Complementary color
Monochromatic Colors of #B8AEA0
Black with #B8AEA0
Text Example
Text Example
White with #B8AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AEA0; }
p { color: rgb(184,174,160); }
H1.HeaderClassName
{
color: #B8AEA0;
}
.AnyTagClassName
{
color: #B8AEA0;
}
</style>
background-color css
<style>
a { background-color: #B8AEA0; }
a { background-color: rgb(184,174,160); }
div.DivClassName
{
background-color: #B8AEA0;
}
.BgClassName
{
background-color: #B8AEA0;
}
</style>
border-color css
<style>
span { border-color: #B8AEA0; }
span { border-color: rgb(184,174,160); }
td.TdClassName
{
border-color: #B8AEA0;
}
.TagClassName
{
border-color: #B8AEA0;
}
</style>