Shades of Cloudy #B3AB9C
Tints of Cloudy #B3AB9C
RGB
CMYK
RGB Variations
Color information
#B3AB9C (or 0xB3AB9C) is known color: Cloudy. HEX triplet: B3, AB and 9C. RGB value is (179,171,156). Sum of RGB (Red+Green+Blue) = 179+171+156=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB9C is #4C5463. Grayscale: #ABABAB. Windows color (decimal): -5002340 or 10267571. OLE color: 10267571.
HSL color Cylindrical-coordinate representation of color #B3AB9C: hue angle of 39.13º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3AB9C is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 171 | 156 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.30 |
| HSL | 39.13º | 0.13% | 0.66% | - |
| HSV(B) | 39.13º | 0.13% | 0.7% | - |
| XYZ | 39.15 | 41.11 | 37.32 | - |
| YUV | 171.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 156 | 0 | 0.04 | 0.13 | 0.30 | 39.13 | 0.13 | 0.66 |
| Hex | B3 | AB | 9C | 0 | 4 | D | 1E | 27 | D | 42 |
| Octal | 263 | 253 | 234 | 0 | 4 | 15 | 36 | 47 | 15 | 102 |
| Binary | 10110011 | 10101011 | 10011100 | 0 | 100 | 1101 | 11110 | 100111 | 1101 | 1000010 |
Color Harmonies of #B3AB9C
Complementary color
Monochromatic Colors of #B3AB9C
Black with #B3AB9C
Text Example
Text Example
White with #B3AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AB9C; }
p { color: rgb(179,171,156); }
H1.HeaderClassName
{
color: #B3AB9C;
}
.AnyTagClassName
{
color: #B3AB9C;
}
</style>
background-color css
<style>
a { background-color: #B3AB9C; }
a { background-color: rgb(179,171,156); }
div.DivClassName
{
background-color: #B3AB9C;
}
.BgClassName
{
background-color: #B3AB9C;
}
</style>
border-color css
<style>
span { border-color: #B3AB9C; }
span { border-color: rgb(179,171,156); }
td.TdClassName
{
border-color: #B3AB9C;
}
.TagClassName
{
border-color: #B3AB9C;
}
</style>