Shades of Cloudy #B5ACA1
Tints of Cloudy #B5ACA1
RGB
CMYK
RGB Variations
Color information
#B5ACA1 (or 0xB5ACA1) is known color: Cloudy. HEX triplet: B5, AC and A1. RGB value is (181,172,161). Sum of RGB (Red+Green+Blue) = 181+172+161=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACA1 is #4A535E. Grayscale: #ADADAD. Windows color (decimal): -4871007 or 10595509. OLE color: 10595509.
HSL color Cylindrical-coordinate representation of color #B5ACA1: hue angle of 33º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5ACA1 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 172 | 161 | - |
CMYK | 0 | 0.05 | 0.11 | 0.29 |
HSL | 33º | 0.12% | 0.67% | - |
HSV(B) | 33º | 0.11% | 0.71% | - |
XYZ | 40.24 | 41.9 | 39.69 | - |
YUV | 173.44 | 120.98 | 133.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 172 | 161 | 0 | 0.05 | 0.11 | 0.29 | 33 | 0.12 | 0.67 |
Hex | B5 | AC | A1 | 0 | 5 | B | 1D | 21 | C | 43 |
Octal | 265 | 254 | 241 | 0 | 5 | 13 | 35 | 41 | 14 | 103 |
Binary | 10110101 | 10101100 | 10100001 | 0 | 101 | 1011 | 11101 | 100001 | 1100 | 1000011 |
Color Harmonies of #B5ACA1
Complementary color
Monochromatic Colors of #B5ACA1
Black with #B5ACA1
Text Example
Text Example
White with #B5ACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACA1; }
p { color: rgb(181,172,161); }
H1.HeaderClassName
{
color: #B5ACA1;
}
.AnyTagClassName
{
color: #B5ACA1;
}
</style>
background-color css
<style>
a { background-color: #B5ACA1; }
a { background-color: rgb(181,172,161); }
div.DivClassName
{
background-color: #B5ACA1;
}
.BgClassName
{
background-color: #B5ACA1;
}
</style>
border-color css
<style>
span { border-color: #B5ACA1; }
span { border-color: rgb(181,172,161); }
td.TdClassName
{
border-color: #B5ACA1;
}
.TagClassName
{
border-color: #B5ACA1;
}
</style>