Shades of Cloudy #B2AB9E
Tints of Cloudy #B2AB9E
RGB
CMYK
RGB Variations
Color information
#B2AB9E (or 0xB2AB9E) is known color: Cloudy. HEX triplet: B2, AB and 9E. RGB value is (178,171,158). Sum of RGB (Red+Green+Blue) = 178+171+158=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB9E is #4D5461. Grayscale: #ABABAB. Windows color (decimal): -5067874 or 10398642. OLE color: 10398642.
HSL color Cylindrical-coordinate representation of color #B2AB9E: hue angle of 39º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2AB9E is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 158 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.30 |
| HSL | 39º | 0.11% | 0.66% | - |
| HSV(B) | 39º | 0.11% | 0.7% | - |
| XYZ | 39.09 | 41.06 | 38.21 | - |
| YUV | 171.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 158 | 0 | 0.04 | 0.11 | 0.30 | 39 | 0.11 | 0.66 |
| Hex | B2 | AB | 9E | 0 | 4 | B | 1E | 27 | B | 42 |
| Octal | 262 | 253 | 236 | 0 | 4 | 13 | 36 | 47 | 13 | 102 |
| Binary | 10110010 | 10101011 | 10011110 | 0 | 100 | 1011 | 11110 | 100111 | 1011 | 1000010 |
Color Harmonies of #B2AB9E
Complementary color
Monochromatic Colors of #B2AB9E
Black with #B2AB9E
Text Example
Text Example
White with #B2AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB9E; }
p { color: rgb(178,171,158); }
H1.HeaderClassName
{
color: #B2AB9E;
}
.AnyTagClassName
{
color: #B2AB9E;
}
</style>
background-color css
<style>
a { background-color: #B2AB9E; }
a { background-color: rgb(178,171,158); }
div.DivClassName
{
background-color: #B2AB9E;
}
.BgClassName
{
background-color: #B2AB9E;
}
</style>
border-color css
<style>
span { border-color: #B2AB9E; }
span { border-color: rgb(178,171,158); }
td.TdClassName
{
border-color: #B2AB9E;
}
.TagClassName
{
border-color: #B2AB9E;
}
</style>