Shades of Cloudy #B2ADA0
Tints of Cloudy #B2ADA0
RGB
CMYK
RGB Variations
Color information
#B2ADA0 (or 0xB2ADA0) is known color: Cloudy. HEX triplet: B2, AD and A0. RGB value is (178,173,160). Sum of RGB (Red+Green+Blue) = 178+173+160=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADA0 is #4D525F. Grayscale: #ADADAD. Windows color (decimal): -5067360 or 10530226. OLE color: 10530226.
HSL color Cylindrical-coordinate representation of color #B2ADA0: hue angle of 43.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2ADA0 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 160 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.30 |
| HSL | 43.33º | 0.1% | 0.66% | - |
| HSV(B) | 43.33º | 0.1% | 0.7% | - |
| XYZ | 39.65 | 41.89 | 39.25 | - |
| YUV | 173.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 160 | 0 | 0.03 | 0.10 | 0.30 | 43.33 | 0.1 | 0.66 |
| Hex | B2 | AD | A0 | 0 | 3 | A | 1E | 2B | A | 42 |
| Octal | 262 | 255 | 240 | 0 | 3 | 12 | 36 | 53 | 12 | 102 |
| Binary | 10110010 | 10101101 | 10100000 | 0 | 11 | 1010 | 11110 | 101011 | 1010 | 1000010 |
Color Harmonies of #B2ADA0
Complementary color
Monochromatic Colors of #B2ADA0
Black with #B2ADA0
Text Example
Text Example
White with #B2ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADA0; }
p { color: rgb(178,173,160); }
H1.HeaderClassName
{
color: #B2ADA0;
}
.AnyTagClassName
{
color: #B2ADA0;
}
</style>
background-color css
<style>
a { background-color: #B2ADA0; }
a { background-color: rgb(178,173,160); }
div.DivClassName
{
background-color: #B2ADA0;
}
.BgClassName
{
background-color: #B2ADA0;
}
</style>
border-color css
<style>
span { border-color: #B2ADA0; }
span { border-color: rgb(178,173,160); }
td.TdClassName
{
border-color: #B2ADA0;
}
.TagClassName
{
border-color: #B2ADA0;
}
</style>