Shades of Cloudy #B2AB9C
Tints of Cloudy #B2AB9C
RGB
CMYK
RGB Variations
Color information
#B2AB9C (or 0xB2AB9C) is known color: Cloudy. HEX triplet: B2, AB and 9C. RGB value is (178,171,156). Sum of RGB (Red+Green+Blue) = 178+171+156=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB9C is #4D5463. Grayscale: #ABABAB. Windows color (decimal): -5067876 or 10267570. OLE color: 10267570.
HSL color Cylindrical-coordinate representation of color #B2AB9C: hue angle of 40.91º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2AB9C is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 156 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.30 |
| HSL | 40.91º | 0.13% | 0.65% | - |
| HSV(B) | 40.91º | 0.12% | 0.7% | - |
| XYZ | 38.92 | 40.99 | 37.31 | - |
| YUV | 171.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 156 | 0 | 0.04 | 0.12 | 0.30 | 40.91 | 0.13 | 0.65 |
| Hex | B2 | AB | 9C | 0 | 4 | C | 1E | 29 | C | 41 |
| Octal | 262 | 253 | 234 | 0 | 4 | 14 | 36 | 51 | 14 | 101 |
| Binary | 10110010 | 10101011 | 10011100 | 0 | 100 | 1100 | 11110 | 101001 | 1100 | 1000001 |
Color Harmonies of #B2AB9C
Complementary color
Monochromatic Colors of #B2AB9C
Black with #B2AB9C
Text Example
Text Example
White with #B2AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB9C; }
p { color: rgb(178,171,156); }
H1.HeaderClassName
{
color: #B2AB9C;
}
.AnyTagClassName
{
color: #B2AB9C;
}
</style>
background-color css
<style>
a { background-color: #B2AB9C; }
a { background-color: rgb(178,171,156); }
div.DivClassName
{
background-color: #B2AB9C;
}
.BgClassName
{
background-color: #B2AB9C;
}
</style>
border-color css
<style>
span { border-color: #B2AB9C; }
span { border-color: rgb(178,171,156); }
td.TdClassName
{
border-color: #B2AB9C;
}
.TagClassName
{
border-color: #B2AB9C;
}
</style>