Shades of Cloudy #B1ADA6
Tints of Cloudy #B1ADA6
RGB
CMYK
RGB Variations
Color information
#B1ADA6 (or 0xB1ADA6) is known color: Cloudy. HEX triplet: B1, AD and A6. RGB value is (177,173,166). Sum of RGB (Red+Green+Blue) = 177+173+166=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADA6 is #4E5259. Grayscale: #ADADAD. Windows color (decimal): -5132890 or 10923441. OLE color: 10923441.
HSL color Cylindrical-coordinate representation of color #B1ADA6: hue angle of 38.18º 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 #B1ADA6 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 166 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.31 |
| HSL | 38.18º | 0.07% | 0.67% | - |
| HSV(B) | 38.18º | 0.06% | 0.69% | - |
| XYZ | 39.96 | 41.99 | 42.07 | - |
| YUV | 173.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 166 | 0 | 0.02 | 0.06 | 0.31 | 38.18 | 0.07 | 0.67 |
| Hex | B1 | AD | A6 | 0 | 2 | 6 | 1F | 26 | 7 | 43 |
| Octal | 261 | 255 | 246 | 0 | 2 | 6 | 37 | 46 | 7 | 103 |
| Binary | 10110001 | 10101101 | 10100110 | 0 | 10 | 110 | 11111 | 100110 | 111 | 1000011 |
Color Harmonies of #B1ADA6
Complementary color
Monochromatic Colors of #B1ADA6
Black with #B1ADA6
Text Example
Text Example
White with #B1ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADA6; }
p { color: rgb(177,173,166); }
H1.HeaderClassName
{
color: #B1ADA6;
}
.AnyTagClassName
{
color: #B1ADA6;
}
</style>
background-color css
<style>
a { background-color: #B1ADA6; }
a { background-color: rgb(177,173,166); }
div.DivClassName
{
background-color: #B1ADA6;
}
.BgClassName
{
background-color: #B1ADA6;
}
</style>
border-color css
<style>
span { border-color: #B1ADA6; }
span { border-color: rgb(177,173,166); }
td.TdClassName
{
border-color: #B1ADA6;
}
.TagClassName
{
border-color: #B1ADA6;
}
</style>