Shades of Rainee #B0C4AC
Tints of Rainee #B0C4AC
RGB
CMYK
RGB Variations
Color information
#B0C4AC (or 0xB0C4AC) is known color: Rainee. HEX triplet: B0, C4 and AC. RGB value is (176,196,172). Sum of RGB (Red+Green+Blue) = 176+196+172=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C4AC is #4F3B53. Grayscale: #BBBBBB. Windows color (decimal): -5192532 or 11322544. OLE color: 11322544.
HSL color Cylindrical-coordinate representation of color #B0C4AC: hue angle of 110º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C4AC is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 172 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.23 |
| HSL | 110º | 0.17% | 0.72% | - |
| HSV(B) | 110º | 0.12% | 0.77% | - |
| XYZ | 45.09 | 51.69 | 46.63 | - |
| YUV | 187.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 172 | 0.10 | 0 | 0.12 | 0.23 | 110 | 0.17 | 0.72 |
| Hex | B0 | C4 | AC | A | 0 | C | 17 | 6E | 11 | 48 |
| Octal | 260 | 304 | 254 | 12 | 0 | 14 | 27 | 156 | 21 | 110 |
| Binary | 10110000 | 11000100 | 10101100 | 1010 | 0 | 1100 | 10111 | 1101110 | 10001 | 1001000 |
Color Harmonies of #B0C4AC
Complementary color
Monochromatic Colors of #B0C4AC
Black with #B0C4AC
Text Example
Text Example
White with #B0C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C4AC; }
p { color: rgb(176,196,172); }
H1.HeaderClassName
{
color: #B0C4AC;
}
.AnyTagClassName
{
color: #B0C4AC;
}
</style>
background-color css
<style>
a { background-color: #B0C4AC; }
a { background-color: rgb(176,196,172); }
div.DivClassName
{
background-color: #B0C4AC;
}
.BgClassName
{
background-color: #B0C4AC;
}
</style>
border-color css
<style>
span { border-color: #B0C4AC; }
span { border-color: rgb(176,196,172); }
td.TdClassName
{
border-color: #B0C4AC;
}
.TagClassName
{
border-color: #B0C4AC;
}
</style>