Shades of Cloudy #B0AAA4
Tints of Cloudy #B0AAA4
RGB
CMYK
RGB Variations
Color information
#B0AAA4 (or 0xB0AAA4) is known color: Cloudy. HEX triplet: B0, AA and A4. RGB value is (176,170,164). Sum of RGB (Red+Green+Blue) = 176+170+164=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA4 is #4F555B. Grayscale: #ABABAB. Windows color (decimal): -5199196 or 10791600. OLE color: 10791600.
HSL color Cylindrical-coordinate representation of color #B0AAA4: hue angle of 30º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0AAA4 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 164 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.31 |
| HSL | 30º | 0.07% | 0.67% | - |
| HSV(B) | 30º | 0.07% | 0.69% | - |
| XYZ | 38.98 | 40.66 | 40.92 | - |
| YUV | 171.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 164 | 0 | 0.03 | 0.07 | 0.31 | 30 | 0.07 | 0.67 |
| Hex | B0 | AA | A4 | 0 | 3 | 7 | 1F | 1E | 7 | 43 |
| Octal | 260 | 252 | 244 | 0 | 3 | 7 | 37 | 36 | 7 | 103 |
| Binary | 10110000 | 10101010 | 10100100 | 0 | 11 | 111 | 11111 | 11110 | 111 | 1000011 |
Color Harmonies of #B0AAA4
Complementary color
Monochromatic Colors of #B0AAA4
Black with #B0AAA4
Text Example
Text Example
White with #B0AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAA4; }
p { color: rgb(176,170,164); }
H1.HeaderClassName
{
color: #B0AAA4;
}
.AnyTagClassName
{
color: #B0AAA4;
}
</style>
background-color css
<style>
a { background-color: #B0AAA4; }
a { background-color: rgb(176,170,164); }
div.DivClassName
{
background-color: #B0AAA4;
}
.BgClassName
{
background-color: #B0AAA4;
}
</style>
border-color css
<style>
span { border-color: #B0AAA4; }
span { border-color: rgb(176,170,164); }
td.TdClassName
{
border-color: #B0AAA4;
}
.TagClassName
{
border-color: #B0AAA4;
}
</style>