Shades of Sulu #BCFB68
Tints of Sulu #BCFB68
RGB
CMYK
RGB Variations
Color information
#BCFB68 (or 0xBCFB68) is known color: Sulu. HEX triplet: BC, FB and 68. RGB value is (188,251,104). Sum of RGB (Red+Green+Blue) = 188+251+104=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB68 is #430497. Grayscale: #D7D7D7. Windows color (decimal): -4392088 or 6880188. OLE color: 6880188.
HSL color Cylindrical-coordinate representation of color #BCFB68: hue angle of 85.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCFB68 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 104 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.02 |
| HSL | 85.71º | 0.95% | 0.7% | - |
| HSV(B) | 85.71º | 0.59% | 0.98% | - |
| XYZ | 57.73 | 80.69 | 25.63 | - |
| YUV | 215.41 | 65.13 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 104 | 0.25 | 0 | 0.59 | 0.02 | 85.71 | 0.95 | 0.7 |
| Hex | BC | FB | 68 | 19 | 0 | 3B | 2 | 56 | 5F | 46 |
| Octal | 274 | 373 | 150 | 31 | 0 | 73 | 2 | 126 | 137 | 106 |
| Binary | 10111100 | 11111011 | 1101000 | 11001 | 0 | 111011 | 10 | 1010110 | 1011111 | 1000110 |
Color Harmonies of #BCFB68
Complementary color
Monochromatic Colors of #BCFB68
Black with #BCFB68
Text Example
Text Example
White with #BCFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB68; }
p { color: rgb(188,251,104); }
H1.HeaderClassName
{
color: #BCFB68;
}
.AnyTagClassName
{
color: #BCFB68;
}
</style>
background-color css
<style>
a { background-color: #BCFB68; }
a { background-color: rgb(188,251,104); }
div.DivClassName
{
background-color: #BCFB68;
}
.BgClassName
{
background-color: #BCFB68;
}
</style>
border-color css
<style>
span { border-color: #BCFB68; }
span { border-color: rgb(188,251,104); }
td.TdClassName
{
border-color: #BCFB68;
}
.TagClassName
{
border-color: #BCFB68;
}
</style>