Shades of Cloudy #B1ADA4
Tints of Cloudy #B1ADA4
RGB
CMYK
RGB Variations
Color information
#B1ADA4 (or 0xB1ADA4) is known color: Cloudy. HEX triplet: B1, AD and A4. RGB value is (177,173,164). Sum of RGB (Red+Green+Blue) = 177+173+164=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADA4 is #4E525B. Grayscale: #ADADAD. Windows color (decimal): -5132892 or 10792369. OLE color: 10792369.
HSL color Cylindrical-coordinate representation of color #B1ADA4: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1ADA4 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 164 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.31 |
| HSL | 41.54º | 0.08% | 0.67% | - |
| HSV(B) | 41.54º | 0.07% | 0.69% | - |
| XYZ | 39.78 | 41.91 | 41.12 | - |
| YUV | 173.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 164 | 0 | 0.02 | 0.07 | 0.31 | 41.54 | 0.08 | 0.67 |
| Hex | B1 | AD | A4 | 0 | 2 | 7 | 1F | 2A | 8 | 43 |
| Octal | 261 | 255 | 244 | 0 | 2 | 7 | 37 | 52 | 10 | 103 |
| Binary | 10110001 | 10101101 | 10100100 | 0 | 10 | 111 | 11111 | 101010 | 1000 | 1000011 |
Color Harmonies of #B1ADA4
Complementary color
Monochromatic Colors of #B1ADA4
Black with #B1ADA4
Text Example
Text Example
White with #B1ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADA4; }
p { color: rgb(177,173,164); }
H1.HeaderClassName
{
color: #B1ADA4;
}
.AnyTagClassName
{
color: #B1ADA4;
}
</style>
background-color css
<style>
a { background-color: #B1ADA4; }
a { background-color: rgb(177,173,164); }
div.DivClassName
{
background-color: #B1ADA4;
}
.BgClassName
{
background-color: #B1ADA4;
}
</style>
border-color css
<style>
span { border-color: #B1ADA4; }
span { border-color: rgb(177,173,164); }
td.TdClassName
{
border-color: #B1ADA4;
}
.TagClassName
{
border-color: #B1ADA4;
}
</style>