Shades of Reef #BCFC93
Tints of Reef #BCFC93
RGB
CMYK
RGB Variations
Color information
#BCFC93 (or 0xBCFC93) is known color: Reef. HEX triplet: BC, FC and 93. RGB value is (188,252,147). Sum of RGB (Red+Green+Blue) = 188+252+147=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC93 is #43036C. Grayscale: #DDDDDD. Windows color (decimal): -4391789 or 9698492. OLE color: 9698492.
HSL color Cylindrical-coordinate representation of color #BCFC93: hue angle of 96.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCFC93 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 147 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.01 |
| HSL | 96.57º | 0.95% | 0.78% | - |
| HSV(B) | 96.57º | 0.42% | 0.99% | - |
| XYZ | 60.82 | 82.42 | 40.31 | - |
| YUV | 220.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 147 | 0.25 | 0 | 0.42 | 0.01 | 96.57 | 0.95 | 0.78 |
| Hex | BC | FC | 93 | 19 | 0 | 2A | 1 | 61 | 5F | 4E |
| Octal | 274 | 374 | 223 | 31 | 0 | 52 | 1 | 141 | 137 | 116 |
| Binary | 10111100 | 11111100 | 10010011 | 11001 | 0 | 101010 | 1 | 1100001 | 1011111 | 1001110 |
Color Harmonies of #BCFC93
Complementary color
Monochromatic Colors of #BCFC93
Black with #BCFC93
Text Example
Text Example
White with #BCFC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC93; }
p { color: rgb(188,252,147); }
H1.HeaderClassName
{
color: #BCFC93;
}
.AnyTagClassName
{
color: #BCFC93;
}
</style>
background-color css
<style>
a { background-color: #BCFC93; }
a { background-color: rgb(188,252,147); }
div.DivClassName
{
background-color: #BCFC93;
}
.BgClassName
{
background-color: #BCFC93;
}
</style>
border-color css
<style>
span { border-color: #BCFC93; }
span { border-color: rgb(188,252,147); }
td.TdClassName
{
border-color: #BCFC93;
}
.TagClassName
{
border-color: #BCFC93;
}
</style>