Shades of Cloudy #B2ADA5
Tints of Cloudy #B2ADA5
RGB
CMYK
RGB Variations
Color information
#B2ADA5 (or 0xB2ADA5) is known color: Cloudy. HEX triplet: B2, AD and A5. RGB value is (178,173,165). Sum of RGB (Red+Green+Blue) = 178+173+165=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADA5 is #4D525A. Grayscale: #ADADAD. Windows color (decimal): -5067355 or 10857906. OLE color: 10857906.
HSL color Cylindrical-coordinate representation of color #B2ADA5: hue angle of 36.92º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2ADA5 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 173 | 165 | - |
CMYK | 0 | 0.03 | 0.07 | 0.30 |
HSL | 36.92º | 0.08% | 0.67% | - |
HSV(B) | 36.92º | 0.07% | 0.7% | - |
XYZ | 40.1 | 42.07 | 41.6 | - |
YUV | 173.58 | 123.16 | 131.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 173 | 165 | 0 | 0.03 | 0.07 | 0.30 | 36.92 | 0.08 | 0.67 |
Hex | B2 | AD | A5 | 0 | 3 | 7 | 1E | 25 | 8 | 43 |
Octal | 262 | 255 | 245 | 0 | 3 | 7 | 36 | 45 | 10 | 103 |
Binary | 10110010 | 10101101 | 10100101 | 0 | 11 | 111 | 11110 | 100101 | 1000 | 1000011 |
Color Harmonies of #B2ADA5
Complementary color
Monochromatic Colors of #B2ADA5
Black with #B2ADA5
Text Example
Text Example
White with #B2ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADA5; }
p { color: rgb(178,173,165); }
H1.HeaderClassName
{
color: #B2ADA5;
}
.AnyTagClassName
{
color: #B2ADA5;
}
</style>
background-color css
<style>
a { background-color: #B2ADA5; }
a { background-color: rgb(178,173,165); }
div.DivClassName
{
background-color: #B2ADA5;
}
.BgClassName
{
background-color: #B2ADA5;
}
</style>
border-color css
<style>
span { border-color: #B2ADA5; }
span { border-color: rgb(178,173,165); }
td.TdClassName
{
border-color: #B2ADA5;
}
.TagClassName
{
border-color: #B2ADA5;
}
</style>