Shades of Cloudy #B5AB9C
Tints of Cloudy #B5AB9C
RGB
CMYK
RGB Variations
Color information
#B5AB9C (or 0xB5AB9C) is known color: Cloudy. HEX triplet: B5, AB and 9C. RGB value is (181,171,156). Sum of RGB (Red+Green+Blue) = 181+171+156=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB9C is #4A5463. Grayscale: #ACACAC. Windows color (decimal): -4871268 or 10267573. OLE color: 10267573.
HSL color Cylindrical-coordinate representation of color #B5AB9C: hue angle of 36º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5AB9C is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 171 | 156 | - |
CMYK | 0 | 0.06 | 0.14 | 0.29 |
HSL | 36º | 0.14% | 0.66% | - |
HSV(B) | 36º | 0.14% | 0.71% | - |
XYZ | 39.62 | 41.35 | 37.35 | - |
YUV | 172.28 | 118.81 | 134.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 171 | 156 | 0 | 0.06 | 0.14 | 0.29 | 36 | 0.14 | 0.66 |
Hex | B5 | AB | 9C | 0 | 6 | E | 1D | 24 | E | 42 |
Octal | 265 | 253 | 234 | 0 | 6 | 16 | 35 | 44 | 16 | 102 |
Binary | 10110101 | 10101011 | 10011100 | 0 | 110 | 1110 | 11101 | 100100 | 1110 | 1000010 |
Color Harmonies of #B5AB9C
Complementary color
Monochromatic Colors of #B5AB9C
Black with #B5AB9C
Text Example
Text Example
White with #B5AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AB9C; }
p { color: rgb(181,171,156); }
H1.HeaderClassName
{
color: #B5AB9C;
}
.AnyTagClassName
{
color: #B5AB9C;
}
</style>
background-color css
<style>
a { background-color: #B5AB9C; }
a { background-color: rgb(181,171,156); }
div.DivClassName
{
background-color: #B5AB9C;
}
.BgClassName
{
background-color: #B5AB9C;
}
</style>
border-color css
<style>
span { border-color: #B5AB9C; }
span { border-color: rgb(181,171,156); }
td.TdClassName
{
border-color: #B5AB9C;
}
.TagClassName
{
border-color: #B5AB9C;
}
</style>