Shades of Cloudy #B8AC9C
Tints of Cloudy #B8AC9C
RGB
CMYK
RGB Variations
Color information
#B8AC9C (or 0xB8AC9C) is known color: Cloudy. HEX triplet: B8, AC and 9C. RGB value is (184,172,156). Sum of RGB (Red+Green+Blue) = 184+172+156=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC9C is #475363. Grayscale: #ADADAD. Windows color (decimal): -4674404 or 10267832. OLE color: 10267832.
HSL color Cylindrical-coordinate representation of color #B8AC9C: hue angle of 34.29º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8AC9C is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 156 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.28 |
| HSL | 34.29º | 0.16% | 0.67% | - |
| HSV(B) | 34.29º | 0.15% | 0.72% | - |
| XYZ | 40.52 | 42.1 | 37.44 | - |
| YUV | 173.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 156 | 0 | 0.07 | 0.15 | 0.28 | 34.29 | 0.16 | 0.67 |
| Hex | B8 | AC | 9C | 0 | 7 | F | 1C | 22 | 10 | 43 |
| Octal | 270 | 254 | 234 | 0 | 7 | 17 | 34 | 42 | 20 | 103 |
| Binary | 10111000 | 10101100 | 10011100 | 0 | 111 | 1111 | 11100 | 100010 | 10000 | 1000011 |
Color Harmonies of #B8AC9C
Complementary color
Monochromatic Colors of #B8AC9C
Black with #B8AC9C
Text Example
Text Example
White with #B8AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC9C; }
p { color: rgb(184,172,156); }
H1.HeaderClassName
{
color: #B8AC9C;
}
.AnyTagClassName
{
color: #B8AC9C;
}
</style>
background-color css
<style>
a { background-color: #B8AC9C; }
a { background-color: rgb(184,172,156); }
div.DivClassName
{
background-color: #B8AC9C;
}
.BgClassName
{
background-color: #B8AC9C;
}
</style>
border-color css
<style>
span { border-color: #B8AC9C; }
span { border-color: rgb(184,172,156); }
td.TdClassName
{
border-color: #B8AC9C;
}
.TagClassName
{
border-color: #B8AC9C;
}
</style>