Shades of Rainee #B8C5B5
Tints of Rainee #B8C5B5
RGB
CMYK
RGB Variations
Color information
#B8C5B5 (or 0xB8C5B5) is known color: Rainee. HEX triplet: B8, C5 and B5. RGB value is (184,197,181). Sum of RGB (Red+Green+Blue) = 184+197+181=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C5B5 is #473A4A. Grayscale: #BFBFBF. Windows color (decimal): -4667979 or 11912632. OLE color: 11912632.
HSL color Cylindrical-coordinate representation of color #B8C5B5: hue angle of 108.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8C5B5 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
RGB | 184 | 197 | 181 | - |
CMYK | 0.07 | 0 | 0.08 | 0.23 |
HSL | 108.75º | 0.12% | 0.74% | - |
HSV(B) | 108.75º | 0.08% | 0.77% | - |
XYZ | 48.07 | 53.46 | 51.5 | - |
YUV | 191.29 | 122.19 | 122.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 197 | 181 | 0.07 | 0 | 0.08 | 0.23 | 108.75 | 0.12 | 0.74 |
Hex | B8 | C5 | B5 | 7 | 0 | 8 | 17 | 6D | C | 4A |
Octal | 270 | 305 | 265 | 7 | 0 | 10 | 27 | 155 | 14 | 112 |
Binary | 10111000 | 11000101 | 10110101 | 111 | 0 | 1000 | 10111 | 1101101 | 1100 | 1001010 |
Color Harmonies of #B8C5B5
Complementary color
Monochromatic Colors of #B8C5B5
Black with #B8C5B5
Text Example
Text Example
White with #B8C5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C5B5; }
p { color: rgb(184,197,181); }
H1.HeaderClassName
{
color: #B8C5B5;
}
.AnyTagClassName
{
color: #B8C5B5;
}
</style>
background-color css
<style>
a { background-color: #B8C5B5; }
a { background-color: rgb(184,197,181); }
div.DivClassName
{
background-color: #B8C5B5;
}
.BgClassName
{
background-color: #B8C5B5;
}
</style>
border-color css
<style>
span { border-color: #B8C5B5; }
span { border-color: rgb(184,197,181); }
td.TdClassName
{
border-color: #B8C5B5;
}
.TagClassName
{
border-color: #B8C5B5;
}
</style>