Shades of Sulu #BCE38C
Tints of Sulu #BCE38C
RGB
CMYK
RGB Variations
Color information
#BCE38C (or 0xBCE38C) is known color: Sulu. HEX triplet: BC, E3 and 8C. RGB value is (188,227,140). Sum of RGB (Red+Green+Blue) = 188+227+140=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE38C is #431C73. Grayscale: #CDCDCD. Windows color (decimal): -4398196 or 9233340. OLE color: 9233340.
HSL color Cylindrical-coordinate representation of color #BCE38C: hue angle of 86.9º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCE38C is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 140 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.11 |
| HSL | 86.9º | 0.61% | 0.72% | - |
| HSV(B) | 86.9º | 0.38% | 0.89% | - |
| XYZ | 52.94 | 67.52 | 35.05 | - |
| YUV | 205.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 140 | 0.17 | 0 | 0.38 | 0.11 | 86.9 | 0.61 | 0.72 |
| Hex | BC | E3 | 8C | 11 | 0 | 26 | B | 57 | 3D | 48 |
| Octal | 274 | 343 | 214 | 21 | 0 | 46 | 13 | 127 | 75 | 110 |
| Binary | 10111100 | 11100011 | 10001100 | 10001 | 0 | 100110 | 1011 | 1010111 | 111101 | 1001000 |
Color Harmonies of #BCE38C
Complementary color
Monochromatic Colors of #BCE38C
Black with #BCE38C
Text Example
Text Example
White with #BCE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE38C; }
p { color: rgb(188,227,140); }
H1.HeaderClassName
{
color: #BCE38C;
}
.AnyTagClassName
{
color: #BCE38C;
}
</style>
background-color css
<style>
a { background-color: #BCE38C; }
a { background-color: rgb(188,227,140); }
div.DivClassName
{
background-color: #BCE38C;
}
.BgClassName
{
background-color: #BCE38C;
}
</style>
border-color css
<style>
span { border-color: #BCE38C; }
span { border-color: rgb(188,227,140); }
td.TdClassName
{
border-color: #BCE38C;
}
.TagClassName
{
border-color: #BCE38C;
}
</style>