Shades of Cloudy #B0ADA5
Tints of Cloudy #B0ADA5
RGB
CMYK
RGB Variations
Color information
#B0ADA5 (or 0xB0ADA5) is known color: Cloudy. HEX triplet: B0, AD and A5. RGB value is (176,173,165). Sum of RGB (Red+Green+Blue) = 176+173+165=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADA5 is #4F525A. Grayscale: #ADADAD. Windows color (decimal): -5198427 or 10857904. OLE color: 10857904.
HSL color Cylindrical-coordinate representation of color #B0ADA5: hue angle of 43.64º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0ADA5 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 165 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.31 |
| HSL | 43.64º | 0.07% | 0.67% | - |
| HSV(B) | 43.64º | 0.06% | 0.69% | - |
| XYZ | 39.64 | 41.83 | 41.58 | - |
| YUV | 172.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 165 | 0 | 0.02 | 0.06 | 0.31 | 43.64 | 0.07 | 0.67 |
| Hex | B0 | AD | A5 | 0 | 2 | 6 | 1F | 2C | 7 | 43 |
| Octal | 260 | 255 | 245 | 0 | 2 | 6 | 37 | 54 | 7 | 103 |
| Binary | 10110000 | 10101101 | 10100101 | 0 | 10 | 110 | 11111 | 101100 | 111 | 1000011 |
Color Harmonies of #B0ADA5
Complementary color
Monochromatic Colors of #B0ADA5
Black with #B0ADA5
Text Example
Text Example
White with #B0ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADA5; }
p { color: rgb(176,173,165); }
H1.HeaderClassName
{
color: #B0ADA5;
}
.AnyTagClassName
{
color: #B0ADA5;
}
</style>
background-color css
<style>
a { background-color: #B0ADA5; }
a { background-color: rgb(176,173,165); }
div.DivClassName
{
background-color: #B0ADA5;
}
.BgClassName
{
background-color: #B0ADA5;
}
</style>
border-color css
<style>
span { border-color: #B0ADA5; }
span { border-color: rgb(176,173,165); }
td.TdClassName
{
border-color: #B0ADA5;
}
.TagClassName
{
border-color: #B0ADA5;
}
</style>