Shades of Rainee #B0C0AA
Tints of Rainee #B0C0AA
RGB
CMYK
RGB Variations
Color information
#B0C0AA (or 0xB0C0AA) is known color: Rainee. HEX triplet: B0, C0 and AA. RGB value is (176,192,170). Sum of RGB (Red+Green+Blue) = 176+192+170=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C0AA is #4F3F55. Grayscale: #B8B8B8. Windows color (decimal): -5193558 or 11190448. OLE color: 11190448.
HSL color Cylindrical-coordinate representation of color #B0C0AA: hue angle of 103.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C0AA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
RGB | 176 | 192 | 170 | - |
CMYK | 0.08 | 0 | 0.11 | 0.25 |
HSL | 103.64º | 0.15% | 0.71% | - |
HSV(B) | 103.64º | 0.11% | 0.75% | - |
XYZ | 44.01 | 49.83 | 45.33 | - |
YUV | 184.71 | 119.7 | 121.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 192 | 170 | 0.08 | 0 | 0.11 | 0.25 | 103.64 | 0.15 | 0.71 |
Hex | B0 | C0 | AA | 8 | 0 | B | 19 | 68 | F | 47 |
Octal | 260 | 300 | 252 | 10 | 0 | 13 | 31 | 150 | 17 | 107 |
Binary | 10110000 | 11000000 | 10101010 | 1000 | 0 | 1011 | 11001 | 1101000 | 1111 | 1000111 |
Color Harmonies of #B0C0AA
Complementary color
Monochromatic Colors of #B0C0AA
Black with #B0C0AA
Text Example
Text Example
White with #B0C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0AA; }
p { color: rgb(176,192,170); }
H1.HeaderClassName
{
color: #B0C0AA;
}
.AnyTagClassName
{
color: #B0C0AA;
}
</style>
background-color css
<style>
a { background-color: #B0C0AA; }
a { background-color: rgb(176,192,170); }
div.DivClassName
{
background-color: #B0C0AA;
}
.BgClassName
{
background-color: #B0C0AA;
}
</style>
border-color css
<style>
span { border-color: #B0C0AA; }
span { border-color: rgb(176,192,170); }
td.TdClassName
{
border-color: #B0C0AA;
}
.TagClassName
{
border-color: #B0C0AA;
}
</style>