Shades of Rainee #B0C3A8
Tints of Rainee #B0C3A8
RGB
CMYK
RGB Variations
Color information
#B0C3A8 (or 0xB0C3A8) is known color: Rainee. HEX triplet: B0, C3 and A8. RGB value is (176,195,168). Sum of RGB (Red+Green+Blue) = 176+195+168=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C3A8 is #4F3C57. Grayscale: #BABABA. Windows color (decimal): -5192792 or 11060144. OLE color: 11060144.
HSL color Cylindrical-coordinate representation of color #B0C3A8: hue angle of 102.22º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0C3A8 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
RGB | 176 | 195 | 168 | - |
CMYK | 0.10 | 0 | 0.14 | 0.24 |
HSL | 102.22º | 0.18% | 0.71% | - |
HSV(B) | 102.22º | 0.14% | 0.76% | - |
XYZ | 44.49 | 51.09 | 44.56 | - |
YUV | 186.24 | 117.71 | 120.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 195 | 168 | 0.10 | 0 | 0.14 | 0.24 | 102.22 | 0.18 | 0.71 |
Hex | B0 | C3 | A8 | A | 0 | E | 18 | 66 | 12 | 47 |
Octal | 260 | 303 | 250 | 12 | 0 | 16 | 30 | 146 | 22 | 107 |
Binary | 10110000 | 11000011 | 10101000 | 1010 | 0 | 1110 | 11000 | 1100110 | 10010 | 1000111 |
Color Harmonies of #B0C3A8
Complementary color
Monochromatic Colors of #B0C3A8
Black with #B0C3A8
Text Example
Text Example
White with #B0C3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C3A8; }
p { color: rgb(176,195,168); }
H1.HeaderClassName
{
color: #B0C3A8;
}
.AnyTagClassName
{
color: #B0C3A8;
}
</style>
background-color css
<style>
a { background-color: #B0C3A8; }
a { background-color: rgb(176,195,168); }
div.DivClassName
{
background-color: #B0C3A8;
}
.BgClassName
{
background-color: #B0C3A8;
}
</style>
border-color css
<style>
span { border-color: #B0C3A8; }
span { border-color: rgb(176,195,168); }
td.TdClassName
{
border-color: #B0C3A8;
}
.TagClassName
{
border-color: #B0C3A8;
}
</style>