Shades of Cloudy #B5AC9D
Tints of Cloudy #B5AC9D
RGB
CMYK
RGB Variations
Color information
#B5AC9D (or 0xB5AC9D) is known color: Cloudy. HEX triplet: B5, AC and 9D. RGB value is (181,172,157). Sum of RGB (Red+Green+Blue) = 181+172+157=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC9D is #4A5362. Grayscale: #ADADAD. Windows color (decimal): -4871011 or 10333365. OLE color: 10333365.
HSL color Cylindrical-coordinate representation of color #B5AC9D: hue angle of 37.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5AC9D is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 172 | 157 | - |
CMYK | 0 | 0.05 | 0.13 | 0.29 |
HSL | 37.5º | 0.14% | 0.66% | - |
HSV(B) | 37.5º | 0.13% | 0.71% | - |
XYZ | 39.89 | 41.76 | 37.86 | - |
YUV | 172.98 | 118.98 | 133.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 172 | 157 | 0 | 0.05 | 0.13 | 0.29 | 37.5 | 0.14 | 0.66 |
Hex | B5 | AC | 9D | 0 | 5 | D | 1D | 26 | E | 42 |
Octal | 265 | 254 | 235 | 0 | 5 | 15 | 35 | 46 | 16 | 102 |
Binary | 10110101 | 10101100 | 10011101 | 0 | 101 | 1101 | 11101 | 100110 | 1110 | 1000010 |
Color Harmonies of #B5AC9D
Complementary color
Monochromatic Colors of #B5AC9D
Black with #B5AC9D
Text Example
Text Example
White with #B5AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AC9D; }
p { color: rgb(181,172,157); }
H1.HeaderClassName
{
color: #B5AC9D;
}
.AnyTagClassName
{
color: #B5AC9D;
}
</style>
background-color css
<style>
a { background-color: #B5AC9D; }
a { background-color: rgb(181,172,157); }
div.DivClassName
{
background-color: #B5AC9D;
}
.BgClassName
{
background-color: #B5AC9D;
}
</style>
border-color css
<style>
span { border-color: #B5AC9D; }
span { border-color: rgb(181,172,157); }
td.TdClassName
{
border-color: #B5AC9D;
}
.TagClassName
{
border-color: #B5AC9D;
}
</style>