Shades of Sulu #BCE46C
Tints of Sulu #BCE46C
RGB
CMYK
RGB Variations
Color information
#BCE46C (or 0xBCE46C) is known color: Sulu. HEX triplet: BC, E4 and 6C. RGB value is (188,228,108). Sum of RGB (Red+Green+Blue) = 188+228+108=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE46C is #431B93. Grayscale: #CACACA. Windows color (decimal): -4397972 or 7136444. OLE color: 7136444.
HSL color Cylindrical-coordinate representation of color #BCE46C: hue angle of 80º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCE46C is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 108 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.11 |
| HSL | 80º | 0.69% | 0.66% | - |
| HSV(B) | 80º | 0.53% | 0.89% | - |
| XYZ | 51.19 | 67.26 | 24.47 | - |
| YUV | 202.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 108 | 0.18 | 0 | 0.53 | 0.11 | 80 | 0.69 | 0.66 |
| Hex | BC | E4 | 6C | 12 | 0 | 35 | B | 50 | 45 | 42 |
| Octal | 274 | 344 | 154 | 22 | 0 | 65 | 13 | 120 | 105 | 102 |
| Binary | 10111100 | 11100100 | 1101100 | 10010 | 0 | 110101 | 1011 | 1010000 | 1000101 | 1000010 |
Color Harmonies of #BCE46C
Complementary color
Monochromatic Colors of #BCE46C
Black with #BCE46C
Text Example
Text Example
White with #BCE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE46C; }
p { color: rgb(188,228,108); }
H1.HeaderClassName
{
color: #BCE46C;
}
.AnyTagClassName
{
color: #BCE46C;
}
</style>
background-color css
<style>
a { background-color: #BCE46C; }
a { background-color: rgb(188,228,108); }
div.DivClassName
{
background-color: #BCE46C;
}
.BgClassName
{
background-color: #BCE46C;
}
</style>
border-color css
<style>
span { border-color: #BCE46C; }
span { border-color: rgb(188,228,108); }
td.TdClassName
{
border-color: #BCE46C;
}
.TagClassName
{
border-color: #BCE46C;
}
</style>