Shades of Cloudy #B1AAA3
Tints of Cloudy #B1AAA3
RGB
CMYK
RGB Variations
Color information
#B1AAA3 (or 0xB1AAA3) is known color: Cloudy. HEX triplet: B1, AA and A3. RGB value is (177,170,163). Sum of RGB (Red+Green+Blue) = 177+170+163=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AAA3 is #4E555C. Grayscale: #ABABAB. Windows color (decimal): -5133661 or 10726065. OLE color: 10726065.
HSL color Cylindrical-coordinate representation of color #B1AAA3: hue angle of 30º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1AAA3 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 163 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.31 |
| HSL | 30º | 0.08% | 0.67% | - |
| HSV(B) | 30º | 0.08% | 0.69% | - |
| XYZ | 39.12 | 40.74 | 40.45 | - |
| YUV | 171.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 163 | 0 | 0.04 | 0.08 | 0.31 | 30 | 0.08 | 0.67 |
| Hex | B1 | AA | A3 | 0 | 4 | 8 | 1F | 1E | 8 | 43 |
| Octal | 261 | 252 | 243 | 0 | 4 | 10 | 37 | 36 | 10 | 103 |
| Binary | 10110001 | 10101010 | 10100011 | 0 | 100 | 1000 | 11111 | 11110 | 1000 | 1000011 |
Color Harmonies of #B1AAA3
Complementary color
Monochromatic Colors of #B1AAA3
Black with #B1AAA3
Text Example
Text Example
White with #B1AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAA3; }
p { color: rgb(177,170,163); }
H1.HeaderClassName
{
color: #B1AAA3;
}
.AnyTagClassName
{
color: #B1AAA3;
}
</style>
background-color css
<style>
a { background-color: #B1AAA3; }
a { background-color: rgb(177,170,163); }
div.DivClassName
{
background-color: #B1AAA3;
}
.BgClassName
{
background-color: #B1AAA3;
}
</style>
border-color css
<style>
span { border-color: #B1AAA3; }
span { border-color: rgb(177,170,163); }
td.TdClassName
{
border-color: #B1AAA3;
}
.TagClassName
{
border-color: #B1AAA3;
}
</style>