Shades of Reef #BCF293
Tints of Reef #BCF293
RGB
CMYK
RGB Variations
Color information
#BCF293 (or 0xBCF293) is known color: Reef. HEX triplet: BC, F2 and 93. RGB value is (188,242,147). Sum of RGB (Red+Green+Blue) = 188+242+147=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF293 is #430D6C. Grayscale: #D7D7D7. Windows color (decimal): -4394349 or 9695932. OLE color: 9695932.
HSL color Cylindrical-coordinate representation of color #BCF293: hue angle of 94.11º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCF293 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 147 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.05 |
| HSL | 94.11º | 0.79% | 0.76% | - |
| HSV(B) | 94.11º | 0.39% | 0.95% | - |
| XYZ | 57.76 | 76.3 | 39.29 | - |
| YUV | 215.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 147 | 0.22 | 0 | 0.39 | 0.05 | 94.11 | 0.79 | 0.76 |
| Hex | BC | F2 | 93 | 16 | 0 | 27 | 5 | 5E | 4F | 4C |
| Octal | 274 | 362 | 223 | 26 | 0 | 47 | 5 | 136 | 117 | 114 |
| Binary | 10111100 | 11110010 | 10010011 | 10110 | 0 | 100111 | 101 | 1011110 | 1001111 | 1001100 |
Color Harmonies of #BCF293
Complementary color
Monochromatic Colors of #BCF293
Black with #BCF293
Text Example
Text Example
White with #BCF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF293; }
p { color: rgb(188,242,147); }
H1.HeaderClassName
{
color: #BCF293;
}
.AnyTagClassName
{
color: #BCF293;
}
</style>
background-color css
<style>
a { background-color: #BCF293; }
a { background-color: rgb(188,242,147); }
div.DivClassName
{
background-color: #BCF293;
}
.BgClassName
{
background-color: #BCF293;
}
</style>
border-color css
<style>
span { border-color: #BCF293; }
span { border-color: rgb(188,242,147); }
td.TdClassName
{
border-color: #BCF293;
}
.TagClassName
{
border-color: #BCF293;
}
</style>