Shades of Cloudy #B4ABA0
Tints of Cloudy #B4ABA0
RGB
CMYK
RGB Variations
Color information
#B4ABA0 (or 0xB4ABA0) is known color: Cloudy. HEX triplet: B4, AB and A0. RGB value is (180,171,160). Sum of RGB (Red+Green+Blue) = 180+171+160=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABA0 is #4B545F. Grayscale: #ACACAC. Windows color (decimal): -4936800 or 10529716. OLE color: 10529716.
HSL color Cylindrical-coordinate representation of color #B4ABA0: 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 #B4ABA0 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 171 | 160 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.29 |
| HSL | 33º | 0.12% | 0.67% | - |
| HSV(B) | 33º | 0.11% | 0.71% | - |
| XYZ | 39.73 | 41.37 | 39.15 | - |
| YUV | 172.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 160 | 0 | 0.05 | 0.11 | 0.29 | 33 | 0.12 | 0.67 |
| Hex | B4 | AB | A0 | 0 | 5 | B | 1D | 21 | C | 43 |
| Octal | 264 | 253 | 240 | 0 | 5 | 13 | 35 | 41 | 14 | 103 |
| Binary | 10110100 | 10101011 | 10100000 | 0 | 101 | 1011 | 11101 | 100001 | 1100 | 1000011 |
Color Harmonies of #B4ABA0
Complementary color
Monochromatic Colors of #B4ABA0
Black with #B4ABA0
Text Example
Text Example
White with #B4ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABA0; }
p { color: rgb(180,171,160); }
H1.HeaderClassName
{
color: #B4ABA0;
}
.AnyTagClassName
{
color: #B4ABA0;
}
</style>
background-color css
<style>
a { background-color: #B4ABA0; }
a { background-color: rgb(180,171,160); }
div.DivClassName
{
background-color: #B4ABA0;
}
.BgClassName
{
background-color: #B4ABA0;
}
</style>
border-color css
<style>
span { border-color: #B4ABA0; }
span { border-color: rgb(180,171,160); }
td.TdClassName
{
border-color: #B4ABA0;
}
.TagClassName
{
border-color: #B4ABA0;
}
</style>