Shades of Cloudy #B3ADA2
Tints of Cloudy #B3ADA2
RGB
CMYK
RGB Variations
Color information
#B3ADA2 (or 0xB3ADA2) is known color: Cloudy. HEX triplet: B3, AD and A2. RGB value is (179,173,162). Sum of RGB (Red+Green+Blue) = 179+173+162=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ADA2 is #4C525D. Grayscale: #ADADAD. Windows color (decimal): -5001822 or 10661299. OLE color: 10661299.
HSL color Cylindrical-coordinate representation of color #B3ADA2: hue angle of 38.82º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3ADA2 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 162 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.30 |
| HSL | 38.82º | 0.1% | 0.67% | - |
| HSV(B) | 38.82º | 0.09% | 0.7% | - |
| XYZ | 40.06 | 42.08 | 40.19 | - |
| YUV | 173.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 162 | 0 | 0.03 | 0.09 | 0.30 | 38.82 | 0.1 | 0.67 |
| Hex | B3 | AD | A2 | 0 | 3 | 9 | 1E | 27 | A | 43 |
| Octal | 263 | 255 | 242 | 0 | 3 | 11 | 36 | 47 | 12 | 103 |
| Binary | 10110011 | 10101101 | 10100010 | 0 | 11 | 1001 | 11110 | 100111 | 1010 | 1000011 |
Color Harmonies of #B3ADA2
Complementary color
Monochromatic Colors of #B3ADA2
Black with #B3ADA2
Text Example
Text Example
White with #B3ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADA2; }
p { color: rgb(179,173,162); }
H1.HeaderClassName
{
color: #B3ADA2;
}
.AnyTagClassName
{
color: #B3ADA2;
}
</style>
background-color css
<style>
a { background-color: #B3ADA2; }
a { background-color: rgb(179,173,162); }
div.DivClassName
{
background-color: #B3ADA2;
}
.BgClassName
{
background-color: #B3ADA2;
}
</style>
border-color css
<style>
span { border-color: #B3ADA2; }
span { border-color: rgb(179,173,162); }
td.TdClassName
{
border-color: #B3ADA2;
}
.TagClassName
{
border-color: #B3ADA2;
}
</style>