Shades of Cloudy #B0ABA4
Tints of Cloudy #B0ABA4
RGB
CMYK
RGB Variations
Color information
#B0ABA4 (or 0xB0ABA4) is known color: Cloudy. HEX triplet: B0, AB and A4. RGB value is (176,171,164). Sum of RGB (Red+Green+Blue) = 176+171+164=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABA4 is #4F545B. Grayscale: #ABABAB. Windows color (decimal): -5198940 or 10791856. OLE color: 10791856.
HSL color Cylindrical-coordinate representation of color #B0ABA4: hue angle of 35º 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 #B0ABA4 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 164 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.31 |
| HSL | 35º | 0.07% | 0.67% | - |
| HSV(B) | 35º | 0.07% | 0.69% | - |
| XYZ | 39.17 | 41.04 | 40.98 | - |
| YUV | 171.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 164 | 0 | 0.03 | 0.07 | 0.31 | 35 | 0.07 | 0.67 |
| Hex | B0 | AB | A4 | 0 | 3 | 7 | 1F | 23 | 7 | 43 |
| Octal | 260 | 253 | 244 | 0 | 3 | 7 | 37 | 43 | 7 | 103 |
| Binary | 10110000 | 10101011 | 10100100 | 0 | 11 | 111 | 11111 | 100011 | 111 | 1000011 |
Color Harmonies of #B0ABA4
Complementary color
Monochromatic Colors of #B0ABA4
Black with #B0ABA4
Text Example
Text Example
White with #B0ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ABA4; }
p { color: rgb(176,171,164); }
H1.HeaderClassName
{
color: #B0ABA4;
}
.AnyTagClassName
{
color: #B0ABA4;
}
</style>
background-color css
<style>
a { background-color: #B0ABA4; }
a { background-color: rgb(176,171,164); }
div.DivClassName
{
background-color: #B0ABA4;
}
.BgClassName
{
background-color: #B0ABA4;
}
</style>
border-color css
<style>
span { border-color: #B0ABA4; }
span { border-color: rgb(176,171,164); }
td.TdClassName
{
border-color: #B0ABA4;
}
.TagClassName
{
border-color: #B0ABA4;
}
</style>