Shades of Sulu #BCF06E
Tints of Sulu #BCF06E
RGB
CMYK
RGB Variations
Color information
#BCF06E (or 0xBCF06E) is known color: Sulu. HEX triplet: BC, F0 and 6E. RGB value is (188,240,110). Sum of RGB (Red+Green+Blue) = 188+240+110=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF06E is #430F91. Grayscale: #D2D2D2. Windows color (decimal): -4394898 or 7270588. OLE color: 7270588.
HSL color Cylindrical-coordinate representation of color #BCF06E: hue angle of 84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCF06E is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 110 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.06 |
| HSL | 84º | 0.81% | 0.69% | - |
| HSV(B) | 84º | 0.54% | 0.94% | - |
| XYZ | 54.71 | 74.14 | 26.18 | - |
| YUV | 209.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 110 | 0.22 | 0 | 0.54 | 0.06 | 84 | 0.81 | 0.69 |
| Hex | BC | F0 | 6E | 16 | 0 | 36 | 6 | 54 | 51 | 45 |
| Octal | 274 | 360 | 156 | 26 | 0 | 66 | 6 | 124 | 121 | 105 |
| Binary | 10111100 | 11110000 | 1101110 | 10110 | 0 | 110110 | 110 | 1010100 | 1010001 | 1000101 |
Color Harmonies of #BCF06E
Complementary color
Monochromatic Colors of #BCF06E
Black with #BCF06E
Text Example
Text Example
White with #BCF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF06E; }
p { color: rgb(188,240,110); }
H1.HeaderClassName
{
color: #BCF06E;
}
.AnyTagClassName
{
color: #BCF06E;
}
</style>
background-color css
<style>
a { background-color: #BCF06E; }
a { background-color: rgb(188,240,110); }
div.DivClassName
{
background-color: #BCF06E;
}
.BgClassName
{
background-color: #BCF06E;
}
</style>
border-color css
<style>
span { border-color: #BCF06E; }
span { border-color: rgb(188,240,110); }
td.TdClassName
{
border-color: #BCF06E;
}
.TagClassName
{
border-color: #BCF06E;
}
</style>