Shades of Cloudy #B3ABA1
Tints of Cloudy #B3ABA1
RGB
CMYK
RGB Variations
Color information
#B3ABA1 (or 0xB3ABA1) is known color: Cloudy. HEX triplet: B3, AB and A1. RGB value is (179,171,161). Sum of RGB (Red+Green+Blue) = 179+171+161=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ABA1 is #4C545E. Grayscale: #ACACAC. Windows color (decimal): -5002335 or 10595251. OLE color: 10595251.
HSL color Cylindrical-coordinate representation of color #B3ABA1: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3ABA1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
RGB | 179 | 171 | 161 | - |
CMYK | 0 | 0.04 | 0.10 | 0.30 |
HSL | 33.33º | 0.11% | 0.67% | - |
HSV(B) | 33.33º | 0.1% | 0.7% | - |
XYZ | 39.59 | 41.28 | 39.6 | - |
YUV | 172.25 | 121.65 | 132.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 171 | 161 | 0 | 0.04 | 0.10 | 0.30 | 33.33 | 0.11 | 0.67 |
Hex | B3 | AB | A1 | 0 | 4 | A | 1E | 21 | B | 43 |
Octal | 263 | 253 | 241 | 0 | 4 | 12 | 36 | 41 | 13 | 103 |
Binary | 10110011 | 10101011 | 10100001 | 0 | 100 | 1010 | 11110 | 100001 | 1011 | 1000011 |
Color Harmonies of #B3ABA1
Complementary color
Monochromatic Colors of #B3ABA1
Black with #B3ABA1
Text Example
Text Example
White with #B3ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABA1; }
p { color: rgb(179,171,161); }
H1.HeaderClassName
{
color: #B3ABA1;
}
.AnyTagClassName
{
color: #B3ABA1;
}
</style>
background-color css
<style>
a { background-color: #B3ABA1; }
a { background-color: rgb(179,171,161); }
div.DivClassName
{
background-color: #B3ABA1;
}
.BgClassName
{
background-color: #B3ABA1;
}
</style>
border-color css
<style>
span { border-color: #B3ABA1; }
span { border-color: rgb(179,171,161); }
td.TdClassName
{
border-color: #B3ABA1;
}
.TagClassName
{
border-color: #B3ABA1;
}
</style>