Shades of Reef #BCF793
Tints of Reef #BCF793
RGB
CMYK
RGB Variations
Color information
#BCF793 (or 0xBCF793) is known color: Reef. HEX triplet: BC, F7 and 93. RGB value is (188,247,147). Sum of RGB (Red+Green+Blue) = 188+247+147=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF793 is #43086C. Grayscale: #DADADA. Windows color (decimal): -4393069 or 9697212. OLE color: 9697212.
HSL color Cylindrical-coordinate representation of color #BCF793: hue angle of 95.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCF793 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 147 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.03 |
| HSL | 95.4º | 0.86% | 0.77% | - |
| HSV(B) | 95.4º | 0.4% | 0.97% | - |
| XYZ | 59.27 | 79.32 | 39.79 | - |
| YUV | 217.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 147 | 0.24 | 0 | 0.40 | 0.03 | 95.4 | 0.86 | 0.77 |
| Hex | BC | F7 | 93 | 18 | 0 | 28 | 3 | 5F | 56 | 4D |
| Octal | 274 | 367 | 223 | 30 | 0 | 50 | 3 | 137 | 126 | 115 |
| Binary | 10111100 | 11110111 | 10010011 | 11000 | 0 | 101000 | 11 | 1011111 | 1010110 | 1001101 |
Color Harmonies of #BCF793
Complementary color
Monochromatic Colors of #BCF793
Black with #BCF793
Text Example
Text Example
White with #BCF793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF793; }
p { color: rgb(188,247,147); }
H1.HeaderClassName
{
color: #BCF793;
}
.AnyTagClassName
{
color: #BCF793;
}
</style>
background-color css
<style>
a { background-color: #BCF793; }
a { background-color: rgb(188,247,147); }
div.DivClassName
{
background-color: #BCF793;
}
.BgClassName
{
background-color: #BCF793;
}
</style>
border-color css
<style>
span { border-color: #BCF793; }
span { border-color: rgb(188,247,147); }
td.TdClassName
{
border-color: #BCF793;
}
.TagClassName
{
border-color: #BCF793;
}
</style>