Shades of Rainee #B0CCA6
Tints of Rainee #B0CCA6
RGB
CMYK
RGB Variations
Color information
#B0CCA6 (or 0xB0CCA6) is known color: Rainee. HEX triplet: B0, CC and A6. RGB value is (176,204,166). Sum of RGB (Red+Green+Blue) = 176+204+166=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CCA6 is #4F3359. Grayscale: #BFBFBF. Windows color (decimal): -5190490 or 10931376. OLE color: 10931376.
HSL color Cylindrical-coordinate representation of color #B0CCA6: hue angle of 104.21º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0CCA6 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 166 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.2 |
| HSL | 104.21º | 0.27% | 0.73% | - |
| HSV(B) | 104.21º | 0.19% | 0.8% | - |
| XYZ | 46.38 | 55.17 | 44.28 | - |
| YUV | 191.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 166 | 0.14 | 0 | 0.19 | 0.2 | 104.21 | 0.27 | 0.73 |
| Hex | B0 | CC | A6 | E | 0 | 13 | 14 | 68 | 1B | 49 |
| Octal | 260 | 314 | 246 | 16 | 0 | 23 | 24 | 150 | 33 | 111 |
| Binary | 10110000 | 11001100 | 10100110 | 1110 | 0 | 10011 | 10100 | 1101000 | 11011 | 1001001 |
Color Harmonies of #B0CCA6
Complementary color
Monochromatic Colors of #B0CCA6
Black with #B0CCA6
Text Example
Text Example
White with #B0CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CCA6; }
p { color: rgb(176,204,166); }
H1.HeaderClassName
{
color: #B0CCA6;
}
.AnyTagClassName
{
color: #B0CCA6;
}
</style>
background-color css
<style>
a { background-color: #B0CCA6; }
a { background-color: rgb(176,204,166); }
div.DivClassName
{
background-color: #B0CCA6;
}
.BgClassName
{
background-color: #B0CCA6;
}
</style>
border-color css
<style>
span { border-color: #B0CCA6; }
span { border-color: rgb(176,204,166); }
td.TdClassName
{
border-color: #B0CCA6;
}
.TagClassName
{
border-color: #B0CCA6;
}
</style>