Shades of Reef #BCF992
Tints of Reef #BCF992
RGB
CMYK
RGB Variations
Color information
#BCF992 (or 0xBCF992) is known color: Reef. HEX triplet: BC, F9 and 92. RGB value is (188,249,146). Sum of RGB (Red+Green+Blue) = 188+249+146=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF992 is #43066D. Grayscale: #DBDBDB. Windows color (decimal): -4392558 or 9632188. OLE color: 9632188.
HSL color Cylindrical-coordinate representation of color #BCF992: hue angle of 95.53º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCF992 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 146 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.02 |
| HSL | 95.53º | 0.9% | 0.77% | - |
| HSV(B) | 95.53º | 0.41% | 0.98% | - |
| XYZ | 59.8 | 80.52 | 39.58 | - |
| YUV | 219.02 | 86.79 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 146 | 0.24 | 0 | 0.41 | 0.02 | 95.53 | 0.9 | 0.77 |
| Hex | BC | F9 | 92 | 18 | 0 | 29 | 2 | 60 | 5A | 4D |
| Octal | 274 | 371 | 222 | 30 | 0 | 51 | 2 | 140 | 132 | 115 |
| Binary | 10111100 | 11111001 | 10010010 | 11000 | 0 | 101001 | 10 | 1100000 | 1011010 | 1001101 |
Color Harmonies of #BCF992
Complementary color
Monochromatic Colors of #BCF992
Black with #BCF992
Text Example
Text Example
White with #BCF992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF992; }
p { color: rgb(188,249,146); }
H1.HeaderClassName
{
color: #BCF992;
}
.AnyTagClassName
{
color: #BCF992;
}
</style>
background-color css
<style>
a { background-color: #BCF992; }
a { background-color: rgb(188,249,146); }
div.DivClassName
{
background-color: #BCF992;
}
.BgClassName
{
background-color: #BCF992;
}
</style>
border-color css
<style>
span { border-color: #BCF992; }
span { border-color: rgb(188,249,146); }
td.TdClassName
{
border-color: #BCF992;
}
.TagClassName
{
border-color: #BCF992;
}
</style>