Shades of Reef #BCF993
Tints of Reef #BCF993
RGB
CMYK
RGB Variations
Color information
#BCF993 (or 0xBCF993) is known color: Reef. HEX triplet: BC, F9 and 93. RGB value is (188,249,147). Sum of RGB (Red+Green+Blue) = 188+249+147=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF993 is #43066C. Grayscale: #DBDBDB. Windows color (decimal): -4392557 or 9697724. OLE color: 9697724.
HSL color Cylindrical-coordinate representation of color #BCF993: hue angle of 95.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCF993 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 147 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.02 |
| HSL | 95.88º | 0.89% | 0.78% | - |
| HSV(B) | 95.88º | 0.41% | 0.98% | - |
| XYZ | 59.88 | 80.55 | 40 | - |
| YUV | 219.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 147 | 0.24 | 0 | 0.41 | 0.02 | 95.88 | 0.89 | 0.78 |
| Hex | BC | F9 | 93 | 18 | 0 | 29 | 2 | 60 | 59 | 4E |
| Octal | 274 | 371 | 223 | 30 | 0 | 51 | 2 | 140 | 131 | 116 |
| Binary | 10111100 | 11111001 | 10010011 | 11000 | 0 | 101001 | 10 | 1100000 | 1011001 | 1001110 |
Color Harmonies of #BCF993
Complementary color
Monochromatic Colors of #BCF993
Black with #BCF993
Text Example
Text Example
White with #BCF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF993; }
p { color: rgb(188,249,147); }
H1.HeaderClassName
{
color: #BCF993;
}
.AnyTagClassName
{
color: #BCF993;
}
</style>
background-color css
<style>
a { background-color: #BCF993; }
a { background-color: rgb(188,249,147); }
div.DivClassName
{
background-color: #BCF993;
}
.BgClassName
{
background-color: #BCF993;
}
</style>
border-color css
<style>
span { border-color: #BCF993; }
span { border-color: rgb(188,249,147); }
td.TdClassName
{
border-color: #BCF993;
}
.TagClassName
{
border-color: #BCF993;
}
</style>