Shades of Cloudy #B4AB9B
Tints of Cloudy #B4AB9B
RGB
CMYK
RGB Variations
Color information
#B4AB9B (or 0xB4AB9B) is known color: Cloudy. HEX triplet: B4, AB and 9B. RGB value is (180,171,155). Sum of RGB (Red+Green+Blue) = 180+171+155=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AB9B is #4B5464. Grayscale: #ABABAB. Windows color (decimal): -4936805 or 10202036. OLE color: 10202036.
HSL color Cylindrical-coordinate representation of color #B4AB9B: hue angle of 38.4º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4AB9B is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 171 | 155 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.29 |
| HSL | 38.4º | 0.14% | 0.66% | - |
| HSV(B) | 38.4º | 0.14% | 0.71% | - |
| XYZ | 39.3 | 41.2 | 36.89 | - |
| YUV | 171.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 155 | 0 | 0.05 | 0.14 | 0.29 | 38.4 | 0.14 | 0.66 |
| Hex | B4 | AB | 9B | 0 | 5 | E | 1D | 26 | E | 42 |
| Octal | 264 | 253 | 233 | 0 | 5 | 16 | 35 | 46 | 16 | 102 |
| Binary | 10110100 | 10101011 | 10011011 | 0 | 101 | 1110 | 11101 | 100110 | 1110 | 1000010 |
Color Harmonies of #B4AB9B
Complementary color
Monochromatic Colors of #B4AB9B
Black with #B4AB9B
Text Example
Text Example
White with #B4AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AB9B; }
p { color: rgb(180,171,155); }
H1.HeaderClassName
{
color: #B4AB9B;
}
.AnyTagClassName
{
color: #B4AB9B;
}
</style>
background-color css
<style>
a { background-color: #B4AB9B; }
a { background-color: rgb(180,171,155); }
div.DivClassName
{
background-color: #B4AB9B;
}
.BgClassName
{
background-color: #B4AB9B;
}
</style>
border-color css
<style>
span { border-color: #B4AB9B; }
span { border-color: rgb(180,171,155); }
td.TdClassName
{
border-color: #B4AB9B;
}
.TagClassName
{
border-color: #B4AB9B;
}
</style>