Shades of Reef #BCFF94
Tints of Reef #BCFF94
RGB
CMYK
RGB Variations
Color information
#BCFF94 (or 0xBCFF94) is known color: Reef. HEX triplet: BC, FF and 94. RGB value is (188,255,148). Sum of RGB (Red+Green+Blue) = 188+255+148=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF94 is #43006B. Grayscale: #DFDFDF. Windows color (decimal): -4391020 or 9764796. OLE color: 9764796.
HSL color Cylindrical-coordinate representation of color #BCFF94: hue angle of 97.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCFF94 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 148 | - |
| CMYK | 0.26 | 0 | 0.42 | 0 |
| HSL | 97.57º | 1% | 0.79% | - |
| HSV(B) | 97.57º | 0.42% | 1% | - |
| XYZ | 61.84 | 84.35 | 41.04 | - |
| YUV | 222.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 148 | 0.26 | 0 | 0.42 | 0 | 97.57 | 1 | 0.79 |
| Hex | BC | FF | 94 | 1A | 0 | 2A | 0 | 62 | 64 | 4F |
| Octal | 274 | 377 | 224 | 32 | 0 | 52 | 0 | 142 | 144 | 117 |
| Binary | 10111100 | 11111111 | 10010100 | 11010 | 0 | 101010 | 0 | 1100010 | 1100100 | 1001111 |
Color Harmonies of #BCFF94
Complementary color
Monochromatic Colors of #BCFF94
Black with #BCFF94
Text Example
Text Example
White with #BCFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF94; }
p { color: rgb(188,255,148); }
H1.HeaderClassName
{
color: #BCFF94;
}
.AnyTagClassName
{
color: #BCFF94;
}
</style>
background-color css
<style>
a { background-color: #BCFF94; }
a { background-color: rgb(188,255,148); }
div.DivClassName
{
background-color: #BCFF94;
}
.BgClassName
{
background-color: #BCFF94;
}
</style>
border-color css
<style>
span { border-color: #BCFF94; }
span { border-color: rgb(188,255,148); }
td.TdClassName
{
border-color: #BCFF94;
}
.TagClassName
{
border-color: #BCFF94;
}
</style>