Shades of Cloudy #B1AFAA
Tints of Cloudy #B1AFAA
RGB
CMYK
RGB Variations
Color information
#B1AFAA (or 0xB1AFAA) is known color: Cloudy. HEX triplet: B1, AF and AA. RGB value is (177,175,170). Sum of RGB (Red+Green+Blue) = 177+175+170=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AFAA is #4E5055. Grayscale: #AFAFAF. Windows color (decimal): -5132374 or 11186097. OLE color: 11186097.
HSL color Cylindrical-coordinate representation of color #B1AFAA: hue angle of 42.86º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B1AFAA is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 170 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.31 |
| HSL | 42.86º | 0.04% | 0.68% | - |
| HSV(B) | 42.86º | 0.04% | 0.69% | - |
| XYZ | 40.72 | 42.91 | 44.17 | - |
| YUV | 175.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 170 | 0 | 0.01 | 0.04 | 0.31 | 42.86 | 0.04 | 0.68 |
| Hex | B1 | AF | AA | 0 | 1 | 4 | 1F | 2B | 4 | 44 |
| Octal | 261 | 257 | 252 | 0 | 1 | 4 | 37 | 53 | 4 | 104 |
| Binary | 10110001 | 10101111 | 10101010 | 0 | 1 | 100 | 11111 | 101011 | 100 | 1000100 |
Color Harmonies of #B1AFAA
Complementary color
Monochromatic Colors of #B1AFAA
Black with #B1AFAA
Text Example
Text Example
White with #B1AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFAA; }
p { color: rgb(177,175,170); }
H1.HeaderClassName
{
color: #B1AFAA;
}
.AnyTagClassName
{
color: #B1AFAA;
}
</style>
background-color css
<style>
a { background-color: #B1AFAA; }
a { background-color: rgb(177,175,170); }
div.DivClassName
{
background-color: #B1AFAA;
}
.BgClassName
{
background-color: #B1AFAA;
}
</style>
border-color css
<style>
span { border-color: #B1AFAA; }
span { border-color: rgb(177,175,170); }
td.TdClassName
{
border-color: #B1AFAA;
}
.TagClassName
{
border-color: #B1AFAA;
}
</style>