Shades of Cloudy #B1AFAB
Tints of Cloudy #B1AFAB
RGB
CMYK
RGB Variations
Color information
#B1AFAB (or 0xB1AFAB) is known color: Cloudy. HEX triplet: B1, AF and AB. RGB value is (177,175,171). Sum of RGB (Red+Green+Blue) = 177+175+171=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AFAB is #4E5054. Grayscale: #AFAFAF. Windows color (decimal): -5132373 or 11251633. OLE color: 11251633.
HSL color Cylindrical-coordinate representation of color #B1AFAB: hue angle of 40º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1AFAB is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 171 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.31 |
| HSL | 40º | 0.04% | 0.68% | - |
| HSV(B) | 40º | 0.03% | 0.69% | - |
| XYZ | 40.81 | 42.95 | 44.67 | - |
| YUV | 175.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 171 | 0 | 0.01 | 0.03 | 0.31 | 40 | 0.04 | 0.68 |
| Hex | B1 | AF | AB | 0 | 1 | 3 | 1F | 28 | 4 | 44 |
| Octal | 261 | 257 | 253 | 0 | 1 | 3 | 37 | 50 | 4 | 104 |
| Binary | 10110001 | 10101111 | 10101011 | 0 | 1 | 11 | 11111 | 101000 | 100 | 1000100 |
Color Harmonies of #B1AFAB
Complementary color
Monochromatic Colors of #B1AFAB
Black with #B1AFAB
Text Example
Text Example
White with #B1AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFAB; }
p { color: rgb(177,175,171); }
H1.HeaderClassName
{
color: #B1AFAB;
}
.AnyTagClassName
{
color: #B1AFAB;
}
</style>
background-color css
<style>
a { background-color: #B1AFAB; }
a { background-color: rgb(177,175,171); }
div.DivClassName
{
background-color: #B1AFAB;
}
.BgClassName
{
background-color: #B1AFAB;
}
</style>
border-color css
<style>
span { border-color: #B1AFAB; }
span { border-color: rgb(177,175,171); }
td.TdClassName
{
border-color: #B1AFAB;
}
.TagClassName
{
border-color: #B1AFAB;
}
</style>