Shades of Sulu #BCE86B
Tints of Sulu #BCE86B
RGB
CMYK
RGB Variations
Color information
#BCE86B (or 0xBCE86B) is known color: Sulu. HEX triplet: BC, E8 and 6B. RGB value is (188,232,107). Sum of RGB (Red+Green+Blue) = 188+232+107=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE86B is #431794. Grayscale: #CDCDCD. Windows color (decimal): -4396949 or 7071932. OLE color: 7071932.
HSL color Cylindrical-coordinate representation of color #BCE86B: hue angle of 81.12º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCE86B is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 107 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.09 |
| HSL | 81.12º | 0.73% | 0.66% | - |
| HSV(B) | 81.12º | 0.54% | 0.91% | - |
| XYZ | 52.25 | 69.47 | 24.56 | - |
| YUV | 204.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 107 | 0.19 | 0 | 0.54 | 0.09 | 81.12 | 0.73 | 0.66 |
| Hex | BC | E8 | 6B | 13 | 0 | 36 | 9 | 51 | 49 | 42 |
| Octal | 274 | 350 | 153 | 23 | 0 | 66 | 11 | 121 | 111 | 102 |
| Binary | 10111100 | 11101000 | 1101011 | 10011 | 0 | 110110 | 1001 | 1010001 | 1001001 | 1000010 |
Color Harmonies of #BCE86B
Complementary color
Monochromatic Colors of #BCE86B
Black with #BCE86B
Text Example
Text Example
White with #BCE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE86B; }
p { color: rgb(188,232,107); }
H1.HeaderClassName
{
color: #BCE86B;
}
.AnyTagClassName
{
color: #BCE86B;
}
</style>
background-color css
<style>
a { background-color: #BCE86B; }
a { background-color: rgb(188,232,107); }
div.DivClassName
{
background-color: #BCE86B;
}
.BgClassName
{
background-color: #BCE86B;
}
</style>
border-color css
<style>
span { border-color: #BCE86B; }
span { border-color: rgb(188,232,107); }
td.TdClassName
{
border-color: #BCE86B;
}
.TagClassName
{
border-color: #BCE86B;
}
</style>