Shades of Reef #BCFD92
Tints of Reef #BCFD92
RGB
CMYK
RGB Variations
Color information
#BCFD92 (or 0xBCFD92) is known color: Reef. HEX triplet: BC, FD and 92. RGB value is (188,253,146). Sum of RGB (Red+Green+Blue) = 188+253+146=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD92 is #43026D. Grayscale: #DDDDDD. Windows color (decimal): -4391534 or 9633212. OLE color: 9633212.
HSL color Cylindrical-coordinate representation of color #BCFD92: hue angle of 96.45º degrees, saturation: 0.96, 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 #BCFD92 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 146 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.01 |
| HSL | 96.45º | 0.96% | 0.78% | - |
| HSV(B) | 96.45º | 0.42% | 0.99% | - |
| XYZ | 61.05 | 83.02 | 40 | - |
| YUV | 221.37 | 85.47 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 146 | 0.26 | 0 | 0.42 | 0.01 | 96.45 | 0.96 | 0.78 |
| Hex | BC | FD | 92 | 1A | 0 | 2A | 1 | 60 | 60 | 4E |
| Octal | 274 | 375 | 222 | 32 | 0 | 52 | 1 | 140 | 140 | 116 |
| Binary | 10111100 | 11111101 | 10010010 | 11010 | 0 | 101010 | 1 | 1100000 | 1100000 | 1001110 |
Color Harmonies of #BCFD92
Complementary color
Monochromatic Colors of #BCFD92
Black with #BCFD92
Text Example
Text Example
White with #BCFD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD92; }
p { color: rgb(188,253,146); }
H1.HeaderClassName
{
color: #BCFD92;
}
.AnyTagClassName
{
color: #BCFD92;
}
</style>
background-color css
<style>
a { background-color: #BCFD92; }
a { background-color: rgb(188,253,146); }
div.DivClassName
{
background-color: #BCFD92;
}
.BgClassName
{
background-color: #BCFD92;
}
</style>
border-color css
<style>
span { border-color: #BCFD92; }
span { border-color: rgb(188,253,146); }
td.TdClassName
{
border-color: #BCFD92;
}
.TagClassName
{
border-color: #BCFD92;
}
</style>