Shades of Rainee #B0C0A8
Tints of Rainee #B0C0A8
RGB
CMYK
RGB Variations
Color information
#B0C0A8 (or 0xB0C0A8) is known color: Rainee. HEX triplet: B0, C0 and A8. RGB value is (176,192,168). Sum of RGB (Red+Green+Blue) = 176+192+168=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C0A8 is #4F3F57. Grayscale: #B8B8B8. Windows color (decimal): -5193560 or 11059376. OLE color: 11059376.
HSL color Cylindrical-coordinate representation of color #B0C0A8: hue angle of 100º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C0A8 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 168 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.25 |
| HSL | 100º | 0.16% | 0.71% | - |
| HSV(B) | 100º | 0.13% | 0.75% | - |
| XYZ | 43.82 | 49.76 | 44.34 | - |
| YUV | 184.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 168 | 0.08 | 0 | 0.12 | 0.25 | 100 | 0.16 | 0.71 |
| Hex | B0 | C0 | A8 | 8 | 0 | C | 19 | 64 | 10 | 47 |
| Octal | 260 | 300 | 250 | 10 | 0 | 14 | 31 | 144 | 20 | 107 |
| Binary | 10110000 | 11000000 | 10101000 | 1000 | 0 | 1100 | 11001 | 1100100 | 10000 | 1000111 |
Color Harmonies of #B0C0A8
Complementary color
Monochromatic Colors of #B0C0A8
Black with #B0C0A8
Text Example
Text Example
White with #B0C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0A8; }
p { color: rgb(176,192,168); }
H1.HeaderClassName
{
color: #B0C0A8;
}
.AnyTagClassName
{
color: #B0C0A8;
}
</style>
background-color css
<style>
a { background-color: #B0C0A8; }
a { background-color: rgb(176,192,168); }
div.DivClassName
{
background-color: #B0C0A8;
}
.BgClassName
{
background-color: #B0C0A8;
}
</style>
border-color css
<style>
span { border-color: #B0C0A8; }
span { border-color: rgb(176,192,168); }
td.TdClassName
{
border-color: #B0C0A8;
}
.TagClassName
{
border-color: #B0C0A8;
}
</style>