Shades of Cloudy #B0AAA3
Tints of Cloudy #B0AAA3
RGB
CMYK
RGB Variations
Color information
#B0AAA3 (or 0xB0AAA3) is known color: Cloudy. HEX triplet: B0, AA and A3. RGB value is (176,170,163). Sum of RGB (Red+Green+Blue) = 176+170+163=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA3 is #4F555C. Grayscale: #ABABAB. Windows color (decimal): -5199197 or 10726064. OLE color: 10726064.
HSL color Cylindrical-coordinate representation of color #B0AAA3: hue angle of 32.31º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0AAA3 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 163 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.31 |
| HSL | 32.31º | 0.08% | 0.66% | - |
| HSV(B) | 32.31º | 0.07% | 0.69% | - |
| XYZ | 38.89 | 40.62 | 40.44 | - |
| YUV | 171 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 163 | 0 | 0.03 | 0.07 | 0.31 | 32.31 | 0.08 | 0.66 |
| Hex | B0 | AA | A3 | 0 | 3 | 7 | 1F | 20 | 8 | 42 |
| Octal | 260 | 252 | 243 | 0 | 3 | 7 | 37 | 40 | 10 | 102 |
| Binary | 10110000 | 10101010 | 10100011 | 0 | 11 | 111 | 11111 | 100000 | 1000 | 1000010 |
Color Harmonies of #B0AAA3
Complementary color
Monochromatic Colors of #B0AAA3
Black with #B0AAA3
Text Example
Text Example
White with #B0AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAA3; }
p { color: rgb(176,170,163); }
H1.HeaderClassName
{
color: #B0AAA3;
}
.AnyTagClassName
{
color: #B0AAA3;
}
</style>
background-color css
<style>
a { background-color: #B0AAA3; }
a { background-color: rgb(176,170,163); }
div.DivClassName
{
background-color: #B0AAA3;
}
.BgClassName
{
background-color: #B0AAA3;
}
</style>
border-color css
<style>
span { border-color: #B0AAA3; }
span { border-color: rgb(176,170,163); }
td.TdClassName
{
border-color: #B0AAA3;
}
.TagClassName
{
border-color: #B0AAA3;
}
</style>