Shades of Rainee #BCBFBB
Tints of Rainee #BCBFBB
RGB
CMYK
RGB Variations
Color information
#BCBFBB (or 0xBCBFBB) is known color: Rainee. HEX triplet: BC, BF and BB. RGB value is (188,191,187). Sum of RGB (Red+Green+Blue) = 188+191+187=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFBB is #434044. Grayscale: #BDBDBD. Windows color (decimal): -4407365 or 12304316. OLE color: 12304316.
HSL color Cylindrical-coordinate representation of color #BCBFBB: hue angle of 105º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBFBB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 187 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.25 |
| HSL | 105º | 0.03% | 0.74% | - |
| HSV(B) | 105º | 0.02% | 0.75% | - |
| XYZ | 48.34 | 51.54 | 54.41 | - |
| YUV | 189.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 187 | 0.02 | 0 | 0.02 | 0.25 | 105 | 0.03 | 0.74 |
| Hex | BC | BF | BB | 2 | 0 | 2 | 19 | 69 | 3 | 4A |
| Octal | 274 | 277 | 273 | 2 | 0 | 2 | 31 | 151 | 3 | 112 |
| Binary | 10111100 | 10111111 | 10111011 | 10 | 0 | 10 | 11001 | 1101001 | 11 | 1001010 |
Color Harmonies of #BCBFBB
Complementary color
Monochromatic Colors of #BCBFBB
Black with #BCBFBB
Text Example
Text Example
White with #BCBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFBB; }
p { color: rgb(188,191,187); }
H1.HeaderClassName
{
color: #BCBFBB;
}
.AnyTagClassName
{
color: #BCBFBB;
}
</style>
background-color css
<style>
a { background-color: #BCBFBB; }
a { background-color: rgb(188,191,187); }
div.DivClassName
{
background-color: #BCBFBB;
}
.BgClassName
{
background-color: #BCBFBB;
}
</style>
border-color css
<style>
span { border-color: #BCBFBB; }
span { border-color: rgb(188,191,187); }
td.TdClassName
{
border-color: #BCBFBB;
}
.TagClassName
{
border-color: #BCBFBB;
}
</style>