Shades of Reef #BCFF92
Tints of Reef #BCFF92
RGB
CMYK
RGB Variations
Color information
#BCFF92 (or 0xBCFF92) is known color: Reef. HEX triplet: BC, FF and 92. RGB value is (188,255,146). Sum of RGB (Red+Green+Blue) = 188+255+146=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF92 is #43006D. Grayscale: #DEDEDE. Windows color (decimal): -4391022 or 9633724. OLE color: 9633724.
HSL color Cylindrical-coordinate representation of color #BCFF92: hue angle of 96.88º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCFF92 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 146 | - |
| CMYK | 0.26 | 0 | 0.43 | 0 |
| HSL | 96.88º | 1% | 0.79% | - |
| HSV(B) | 96.88º | 0.43% | 1% | - |
| XYZ | 61.69 | 84.29 | 40.21 | - |
| YUV | 222.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 146 | 0.26 | 0 | 0.43 | 0 | 96.88 | 1 | 0.79 |
| Hex | BC | FF | 92 | 1A | 0 | 2B | 0 | 61 | 64 | 4F |
| Octal | 274 | 377 | 222 | 32 | 0 | 53 | 0 | 141 | 144 | 117 |
| Binary | 10111100 | 11111111 | 10010010 | 11010 | 0 | 101011 | 0 | 1100001 | 1100100 | 1001111 |
Color Harmonies of #BCFF92
Complementary color
Monochromatic Colors of #BCFF92
Black with #BCFF92
Text Example
Text Example
White with #BCFF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF92; }
p { color: rgb(188,255,146); }
H1.HeaderClassName
{
color: #BCFF92;
}
.AnyTagClassName
{
color: #BCFF92;
}
</style>
background-color css
<style>
a { background-color: #BCFF92; }
a { background-color: rgb(188,255,146); }
div.DivClassName
{
background-color: #BCFF92;
}
.BgClassName
{
background-color: #BCFF92;
}
</style>
border-color css
<style>
span { border-color: #BCFF92; }
span { border-color: rgb(188,255,146); }
td.TdClassName
{
border-color: #BCFF92;
}
.TagClassName
{
border-color: #BCFF92;
}
</style>