Shades of Rainee #BFC5BE
Tints of Rainee #BFC5BE
RGB
CMYK
RGB Variations
Color information
#BFC5BE (or 0xBFC5BE) is known color: Rainee. HEX triplet: BF, C5 and BE. RGB value is (191,197,190). Sum of RGB (Red+Green+Blue) = 191+197+190=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5BE is #403A41. Grayscale: #C2C2C2. Windows color (decimal): -4209218 or 12502463. OLE color: 12502463.
HSL color Cylindrical-coordinate representation of color #BFC5BE: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFC5BE is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
RGB | 191 | 197 | 190 | - |
CMYK | 0.03 | 0 | 0.04 | 0.23 |
HSL | 111.43º | 0.06% | 0.76% | - |
HSV(B) | 111.43º | 0.04% | 0.77% | - |
XYZ | 50.75 | 54.73 | 56.6 | - |
YUV | 194.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 197 | 190 | 0.03 | 0 | 0.04 | 0.23 | 111.43 | 0.06 | 0.76 |
Hex | BF | C5 | BE | 3 | 0 | 4 | 17 | 6F | 6 | 4C |
Octal | 277 | 305 | 276 | 3 | 0 | 4 | 27 | 157 | 6 | 114 |
Binary | 10111111 | 11000101 | 10111110 | 11 | 0 | 100 | 10111 | 1101111 | 110 | 1001100 |
Color Harmonies of #BFC5BE
Complementary color
Monochromatic Colors of #BFC5BE
Black with #BFC5BE
Text Example
Text Example
White with #BFC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5BE; }
p { color: rgb(191,197,190); }
H1.HeaderClassName
{
color: #BFC5BE;
}
.AnyTagClassName
{
color: #BFC5BE;
}
</style>
background-color css
<style>
a { background-color: #BFC5BE; }
a { background-color: rgb(191,197,190); }
div.DivClassName
{
background-color: #BFC5BE;
}
.BgClassName
{
background-color: #BFC5BE;
}
</style>
border-color css
<style>
span { border-color: #BFC5BE; }
span { border-color: rgb(191,197,190); }
td.TdClassName
{
border-color: #BFC5BE;
}
.TagClassName
{
border-color: #BFC5BE;
}
</style>