Shades of Sulu #BCF06D
Tints of Sulu #BCF06D
RGB
CMYK
RGB Variations
Color information
#BCF06D (or 0xBCF06D) is known color: Sulu. HEX triplet: BC, F0 and 6D. RGB value is (188,240,109). Sum of RGB (Red+Green+Blue) = 188+240+109=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF06D is #430F92. Grayscale: #D1D1D1. Windows color (decimal): -4394899 or 7205052. OLE color: 7205052.
HSL color Cylindrical-coordinate representation of color #BCF06D: hue angle of 83.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCF06D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 109 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.06 |
| HSL | 83.82º | 0.81% | 0.68% | - |
| HSV(B) | 83.82º | 0.55% | 0.94% | - |
| XYZ | 54.66 | 74.12 | 25.89 | - |
| YUV | 209.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 109 | 0.22 | 0 | 0.55 | 0.06 | 83.82 | 0.81 | 0.68 |
| Hex | BC | F0 | 6D | 16 | 0 | 37 | 6 | 54 | 51 | 44 |
| Octal | 274 | 360 | 155 | 26 | 0 | 67 | 6 | 124 | 121 | 104 |
| Binary | 10111100 | 11110000 | 1101101 | 10110 | 0 | 110111 | 110 | 1010100 | 1010001 | 1000100 |
Color Harmonies of #BCF06D
Complementary color
Monochromatic Colors of #BCF06D
Black with #BCF06D
Text Example
Text Example
White with #BCF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF06D; }
p { color: rgb(188,240,109); }
H1.HeaderClassName
{
color: #BCF06D;
}
.AnyTagClassName
{
color: #BCF06D;
}
</style>
background-color css
<style>
a { background-color: #BCF06D; }
a { background-color: rgb(188,240,109); }
div.DivClassName
{
background-color: #BCF06D;
}
.BgClassName
{
background-color: #BCF06D;
}
</style>
border-color css
<style>
span { border-color: #BCF06D; }
span { border-color: rgb(188,240,109); }
td.TdClassName
{
border-color: #BCF06D;
}
.TagClassName
{
border-color: #BCF06D;
}
</style>