Shades of Cloudy #B2B0AD
Tints of Cloudy #B2B0AD
RGB
CMYK
RGB Variations
Color information
#B2B0AD (or 0xB2B0AD) is known color: Cloudy. HEX triplet: B2, B0 and AD. RGB value is (178,176,173). Sum of RGB (Red+Green+Blue) = 178+176+173=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B0AD is #4D4F52. Grayscale: #B0B0B0. Windows color (decimal): -5066579 or 11382962. OLE color: 11382962.
HSL color Cylindrical-coordinate representation of color #B2B0AD: hue angle of 36º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2B0AD is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 173 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.30 |
| HSL | 36º | 0.03% | 0.69% | - |
| HSV(B) | 36º | 0.03% | 0.7% | - |
| XYZ | 41.43 | 43.53 | 45.75 | - |
| YUV | 176.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 173 | 0 | 0.01 | 0.03 | 0.30 | 36 | 0.03 | 0.69 |
| Hex | B2 | B0 | AD | 0 | 1 | 3 | 1E | 24 | 3 | 45 |
| Octal | 262 | 260 | 255 | 0 | 1 | 3 | 36 | 44 | 3 | 105 |
| Binary | 10110010 | 10110000 | 10101101 | 0 | 1 | 11 | 11110 | 100100 | 11 | 1000101 |
Color Harmonies of #B2B0AD
Complementary color
Monochromatic Colors of #B2B0AD
Black with #B2B0AD
Text Example
Text Example
White with #B2B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0AD; }
p { color: rgb(178,176,173); }
H1.HeaderClassName
{
color: #B2B0AD;
}
.AnyTagClassName
{
color: #B2B0AD;
}
</style>
background-color css
<style>
a { background-color: #B2B0AD; }
a { background-color: rgb(178,176,173); }
div.DivClassName
{
background-color: #B2B0AD;
}
.BgClassName
{
background-color: #B2B0AD;
}
</style>
border-color css
<style>
span { border-color: #B2B0AD; }
span { border-color: rgb(178,176,173); }
td.TdClassName
{
border-color: #B2B0AD;
}
.TagClassName
{
border-color: #B2B0AD;
}
</style>