Shades of Rainee #B0CCA8
Tints of Rainee #B0CCA8
RGB
CMYK
RGB Variations
Color information
#B0CCA8 (or 0xB0CCA8) is known color: Rainee. HEX triplet: B0, CC and A8. RGB value is (176,204,168). Sum of RGB (Red+Green+Blue) = 176+204+168=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CCA8 is #4F3357. Grayscale: #BFBFBF. Windows color (decimal): -5190488 or 11062448. OLE color: 11062448.
HSL color Cylindrical-coordinate representation of color #B0CCA8: hue angle of 106.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0CCA8 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 168 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.2 |
| HSL | 106.67º | 0.26% | 0.73% | - |
| HSV(B) | 106.67º | 0.18% | 0.8% | - |
| XYZ | 46.57 | 55.24 | 45.25 | - |
| YUV | 191.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 168 | 0.14 | 0 | 0.18 | 0.2 | 106.67 | 0.26 | 0.73 |
| Hex | B0 | CC | A8 | E | 0 | 12 | 14 | 6B | 1A | 49 |
| Octal | 260 | 314 | 250 | 16 | 0 | 22 | 24 | 153 | 32 | 111 |
| Binary | 10110000 | 11001100 | 10101000 | 1110 | 0 | 10010 | 10100 | 1101011 | 11010 | 1001001 |
Color Harmonies of #B0CCA8
Complementary color
Monochromatic Colors of #B0CCA8
Black with #B0CCA8
Text Example
Text Example
White with #B0CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CCA8; }
p { color: rgb(176,204,168); }
H1.HeaderClassName
{
color: #B0CCA8;
}
.AnyTagClassName
{
color: #B0CCA8;
}
</style>
background-color css
<style>
a { background-color: #B0CCA8; }
a { background-color: rgb(176,204,168); }
div.DivClassName
{
background-color: #B0CCA8;
}
.BgClassName
{
background-color: #B0CCA8;
}
</style>
border-color css
<style>
span { border-color: #B0CCA8; }
span { border-color: rgb(176,204,168); }
td.TdClassName
{
border-color: #B0CCA8;
}
.TagClassName
{
border-color: #B0CCA8;
}
</style>