Shades of Cloudy #B2A89E
Tints of Cloudy #B2A89E
RGB
CMYK
RGB Variations
Color information
#B2A89E (or 0xB2A89E) is known color: Cloudy. HEX triplet: B2, A8 and 9E. RGB value is (178,168,158). Sum of RGB (Red+Green+Blue) = 178+168+158=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A89E is #4D5761. Grayscale: #A9A9A9. Windows color (decimal): -5068642 or 10397874. OLE color: 10397874.
HSL color Cylindrical-coordinate representation of color #B2A89E: hue angle of 30º 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 #B2A89E is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 158 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.30 |
| HSL | 30º | 0.11% | 0.66% | - |
| HSV(B) | 30º | 0.11% | 0.7% | - |
| XYZ | 38.53 | 39.94 | 38.03 | - |
| YUV | 169.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 158 | 0 | 0.06 | 0.11 | 0.30 | 30 | 0.11 | 0.66 |
| Hex | B2 | A8 | 9E | 0 | 6 | B | 1E | 1E | B | 42 |
| Octal | 262 | 250 | 236 | 0 | 6 | 13 | 36 | 36 | 13 | 102 |
| Binary | 10110010 | 10101000 | 10011110 | 0 | 110 | 1011 | 11110 | 11110 | 1011 | 1000010 |
Color Harmonies of #B2A89E
Complementary color
Monochromatic Colors of #B2A89E
Black with #B2A89E
Text Example
Text Example
White with #B2A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A89E; }
p { color: rgb(178,168,158); }
H1.HeaderClassName
{
color: #B2A89E;
}
.AnyTagClassName
{
color: #B2A89E;
}
</style>
background-color css
<style>
a { background-color: #B2A89E; }
a { background-color: rgb(178,168,158); }
div.DivClassName
{
background-color: #B2A89E;
}
.BgClassName
{
background-color: #B2A89E;
}
</style>
border-color css
<style>
span { border-color: #B2A89E; }
span { border-color: rgb(178,168,158); }
td.TdClassName
{
border-color: #B2A89E;
}
.TagClassName
{
border-color: #B2A89E;
}
</style>