Shades of Cloudy #B2ADA7
Tints of Cloudy #B2ADA7
RGB
CMYK
RGB Variations
Color information
#B2ADA7 (or 0xB2ADA7) is known color: Cloudy. HEX triplet: B2, AD and A7. RGB value is (178,173,167). Sum of RGB (Red+Green+Blue) = 178+173+167=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADA7 is #4D5258. Grayscale: #ADADAD. Windows color (decimal): -5067353 or 10988978. OLE color: 10988978.
HSL color Cylindrical-coordinate representation of color #B2ADA7: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2ADA7 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 167 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.30 |
| HSL | 32.73º | 0.07% | 0.68% | - |
| HSV(B) | 32.73º | 0.06% | 0.7% | - |
| XYZ | 40.28 | 42.14 | 42.57 | - |
| YUV | 173.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 167 | 0 | 0.03 | 0.06 | 0.30 | 32.73 | 0.07 | 0.68 |
| Hex | B2 | AD | A7 | 0 | 3 | 6 | 1E | 21 | 7 | 44 |
| Octal | 262 | 255 | 247 | 0 | 3 | 6 | 36 | 41 | 7 | 104 |
| Binary | 10110010 | 10101101 | 10100111 | 0 | 11 | 110 | 11110 | 100001 | 111 | 1000100 |
Color Harmonies of #B2ADA7
Complementary color
Monochromatic Colors of #B2ADA7
Black with #B2ADA7
Text Example
Text Example
White with #B2ADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADA7; }
p { color: rgb(178,173,167); }
H1.HeaderClassName
{
color: #B2ADA7;
}
.AnyTagClassName
{
color: #B2ADA7;
}
</style>
background-color css
<style>
a { background-color: #B2ADA7; }
a { background-color: rgb(178,173,167); }
div.DivClassName
{
background-color: #B2ADA7;
}
.BgClassName
{
background-color: #B2ADA7;
}
</style>
border-color css
<style>
span { border-color: #B2ADA7; }
span { border-color: rgb(178,173,167); }
td.TdClassName
{
border-color: #B2ADA7;
}
.TagClassName
{
border-color: #B2ADA7;
}
</style>