Shades of Reef #BCFF91
Tints of Reef #BCFF91
RGB
CMYK
RGB Variations
Color information
#BCFF91 (or 0xBCFF91) is known color: Reef. HEX triplet: BC, FF and 91. RGB value is (188,255,145). Sum of RGB (Red+Green+Blue) = 188+255+145=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF91 is #43006E. Grayscale: #DEDEDE. Windows color (decimal): -4391023 or 9568188. OLE color: 9568188.
HSL color Cylindrical-coordinate representation of color #BCFF91: hue angle of 96.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCFF91 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 145 | - |
| CMYK | 0.26 | 0 | 0.43 | 0 |
| HSL | 96.55º | 1% | 0.78% | - |
| HSV(B) | 96.55º | 0.43% | 1% | - |
| XYZ | 61.61 | 84.26 | 39.8 | - |
| YUV | 222.43 | 84.3 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 145 | 0.26 | 0 | 0.43 | 0 | 96.55 | 1 | 0.78 |
| Hex | BC | FF | 91 | 1A | 0 | 2B | 0 | 61 | 64 | 4E |
| Octal | 274 | 377 | 221 | 32 | 0 | 53 | 0 | 141 | 144 | 116 |
| Binary | 10111100 | 11111111 | 10010001 | 11010 | 0 | 101011 | 0 | 1100001 | 1100100 | 1001110 |
Color Harmonies of #BCFF91
Complementary color
Monochromatic Colors of #BCFF91
Black with #BCFF91
Text Example
Text Example
White with #BCFF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF91; }
p { color: rgb(188,255,145); }
H1.HeaderClassName
{
color: #BCFF91;
}
.AnyTagClassName
{
color: #BCFF91;
}
</style>
background-color css
<style>
a { background-color: #BCFF91; }
a { background-color: rgb(188,255,145); }
div.DivClassName
{
background-color: #BCFF91;
}
.BgClassName
{
background-color: #BCFF91;
}
</style>
border-color css
<style>
span { border-color: #BCFF91; }
span { border-color: rgb(188,255,145); }
td.TdClassName
{
border-color: #BCFF91;
}
.TagClassName
{
border-color: #BCFF91;
}
</style>