Shades of Sulu #BCDE6C
Tints of Sulu #BCDE6C
RGB
CMYK
RGB Variations
Color information
#BCDE6C (or 0xBCDE6C) is known color: Sulu. HEX triplet: BC, DE and 6C. RGB value is (188,222,108). Sum of RGB (Red+Green+Blue) = 188+222+108=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE6C is #432193. Grayscale: #C7C7C7. Windows color (decimal): -4399508 or 7134908. OLE color: 7134908.
HSL color Cylindrical-coordinate representation of color #BCDE6C: hue angle of 77.89º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCDE6C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 108 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.13 |
| HSL | 77.89º | 0.63% | 0.65% | - |
| HSV(B) | 77.89º | 0.51% | 0.87% | - |
| XYZ | 49.57 | 64.02 | 23.93 | - |
| YUV | 198.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 108 | 0.15 | 0 | 0.51 | 0.13 | 77.89 | 0.63 | 0.65 |
| Hex | BC | DE | 6C | F | 0 | 33 | D | 4E | 3F | 41 |
| Octal | 274 | 336 | 154 | 17 | 0 | 63 | 15 | 116 | 77 | 101 |
| Binary | 10111100 | 11011110 | 1101100 | 1111 | 0 | 110011 | 1101 | 1001110 | 111111 | 1000001 |
Color Harmonies of #BCDE6C
Complementary color
Monochromatic Colors of #BCDE6C
Black with #BCDE6C
Text Example
Text Example
White with #BCDE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE6C; }
p { color: rgb(188,222,108); }
H1.HeaderClassName
{
color: #BCDE6C;
}
.AnyTagClassName
{
color: #BCDE6C;
}
</style>
background-color css
<style>
a { background-color: #BCDE6C; }
a { background-color: rgb(188,222,108); }
div.DivClassName
{
background-color: #BCDE6C;
}
.BgClassName
{
background-color: #BCDE6C;
}
</style>
border-color css
<style>
span { border-color: #BCDE6C; }
span { border-color: rgb(188,222,108); }
td.TdClassName
{
border-color: #BCDE6C;
}
.TagClassName
{
border-color: #BCDE6C;
}
</style>