Shades of Sulu #BCE683
Tints of Sulu #BCE683
RGB
CMYK
RGB Variations
Color information
#BCE683 (or 0xBCE683) is known color: Sulu. HEX triplet: BC, E6 and 83. RGB value is (188,230,131). Sum of RGB (Red+Green+Blue) = 188+230+131=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE683 is #43197C. Grayscale: #CECECE. Windows color (decimal): -4397437 or 8644284. OLE color: 8644284.
HSL color Cylindrical-coordinate representation of color #BCE683: hue angle of 85.45º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCE683 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 131 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.10 |
| HSL | 85.45º | 0.66% | 0.71% | - |
| HSV(B) | 85.45º | 0.43% | 0.9% | - |
| XYZ | 53.13 | 68.92 | 31.98 | - |
| YUV | 206.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 131 | 0.18 | 0 | 0.43 | 0.10 | 85.45 | 0.66 | 0.71 |
| Hex | BC | E6 | 83 | 12 | 0 | 2B | A | 55 | 42 | 47 |
| Octal | 274 | 346 | 203 | 22 | 0 | 53 | 12 | 125 | 102 | 107 |
| Binary | 10111100 | 11100110 | 10000011 | 10010 | 0 | 101011 | 1010 | 1010101 | 1000010 | 1000111 |
Color Harmonies of #BCE683
Complementary color
Monochromatic Colors of #BCE683
Black with #BCE683
Text Example
Text Example
White with #BCE683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE683; }
p { color: rgb(188,230,131); }
H1.HeaderClassName
{
color: #BCE683;
}
.AnyTagClassName
{
color: #BCE683;
}
</style>
background-color css
<style>
a { background-color: #BCE683; }
a { background-color: rgb(188,230,131); }
div.DivClassName
{
background-color: #BCE683;
}
.BgClassName
{
background-color: #BCE683;
}
</style>
border-color css
<style>
span { border-color: #BCE683; }
span { border-color: rgb(188,230,131); }
td.TdClassName
{
border-color: #BCE683;
}
.TagClassName
{
border-color: #BCE683;
}
</style>