Shades of Cloudy #B1AFAC
Tints of Cloudy #B1AFAC
RGB
CMYK
RGB Variations
Color information
#B1AFAC (or 0xB1AFAC) is known color: Cloudy. HEX triplet: B1, AF and AC. RGB value is (177,175,172). Sum of RGB (Red+Green+Blue) = 177+175+172=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AFAC is #4E5053. Grayscale: #AFAFAF. Windows color (decimal): -5132372 or 11317169. OLE color: 11317169.
HSL color Cylindrical-coordinate representation of color #B1AFAC: hue angle of 36º degrees, saturation: 0.03, 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 #B1AFAC is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 172 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.31 |
| HSL | 36º | 0.03% | 0.68% | - |
| HSV(B) | 36º | 0.03% | 0.69% | - |
| XYZ | 40.91 | 42.99 | 45.17 | - |
| YUV | 175.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 172 | 0 | 0.01 | 0.03 | 0.31 | 36 | 0.03 | 0.68 |
| Hex | B1 | AF | AC | 0 | 1 | 3 | 1F | 24 | 3 | 44 |
| Octal | 261 | 257 | 254 | 0 | 1 | 3 | 37 | 44 | 3 | 104 |
| Binary | 10110001 | 10101111 | 10101100 | 0 | 1 | 11 | 11111 | 100100 | 11 | 1000100 |
Color Harmonies of #B1AFAC
Complementary color
Monochromatic Colors of #B1AFAC
Black with #B1AFAC
Text Example
Text Example
White with #B1AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFAC; }
p { color: rgb(177,175,172); }
H1.HeaderClassName
{
color: #B1AFAC;
}
.AnyTagClassName
{
color: #B1AFAC;
}
</style>
background-color css
<style>
a { background-color: #B1AFAC; }
a { background-color: rgb(177,175,172); }
div.DivClassName
{
background-color: #B1AFAC;
}
.BgClassName
{
background-color: #B1AFAC;
}
</style>
border-color css
<style>
span { border-color: #B1AFAC; }
span { border-color: rgb(177,175,172); }
td.TdClassName
{
border-color: #B1AFAC;
}
.TagClassName
{
border-color: #B1AFAC;
}
</style>