Shades of Cloudy #B2ADA2
Tints of Cloudy #B2ADA2
RGB
CMYK
RGB Variations
Color information
#B2ADA2 (or 0xB2ADA2) is known color: Cloudy. HEX triplet: B2, AD and A2. RGB value is (178,173,162). Sum of RGB (Red+Green+Blue) = 178+173+162=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADA2 is #4D525D. Grayscale: #ADADAD. Windows color (decimal): -5067358 or 10661298. OLE color: 10661298.
HSL color Cylindrical-coordinate representation of color #B2ADA2: hue angle of 41.25º degrees, saturation: 0.09, 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 #B2ADA2 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 173 | 162 | - |
CMYK | 0 | 0.03 | 0.09 | 0.30 |
HSL | 41.25º | 0.09% | 0.67% | - |
HSV(B) | 41.25º | 0.09% | 0.7% | - |
XYZ | 39.83 | 41.96 | 40.18 | - |
YUV | 173.24 | 121.66 | 131.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 173 | 162 | 0 | 0.03 | 0.09 | 0.30 | 41.25 | 0.09 | 0.67 |
Hex | B2 | AD | A2 | 0 | 3 | 9 | 1E | 29 | 9 | 43 |
Octal | 262 | 255 | 242 | 0 | 3 | 11 | 36 | 51 | 11 | 103 |
Binary | 10110010 | 10101101 | 10100010 | 0 | 11 | 1001 | 11110 | 101001 | 1001 | 1000011 |
Color Harmonies of #B2ADA2
Complementary color
Monochromatic Colors of #B2ADA2
Black with #B2ADA2
Text Example
Text Example
White with #B2ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADA2; }
p { color: rgb(178,173,162); }
H1.HeaderClassName
{
color: #B2ADA2;
}
.AnyTagClassName
{
color: #B2ADA2;
}
</style>
background-color css
<style>
a { background-color: #B2ADA2; }
a { background-color: rgb(178,173,162); }
div.DivClassName
{
background-color: #B2ADA2;
}
.BgClassName
{
background-color: #B2ADA2;
}
</style>
border-color css
<style>
span { border-color: #B2ADA2; }
span { border-color: rgb(178,173,162); }
td.TdClassName
{
border-color: #B2ADA2;
}
.TagClassName
{
border-color: #B2ADA2;
}
</style>