Shades of Sulu #BCDE77
Tints of Sulu #BCDE77
RGB
CMYK
RGB Variations
Color information
#BCDE77 (or 0xBCDE77) is known color: Sulu. HEX triplet: BC, DE and 77. RGB value is (188,222,119). Sum of RGB (Red+Green+Blue) = 188+222+119=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE77 is #432188. Grayscale: #C8C8C8. Windows color (decimal): -4399497 or 7855804. OLE color: 7855804.
HSL color Cylindrical-coordinate representation of color #BCDE77: hue angle of 79.81º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCDE77 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 119 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.13 |
| HSL | 79.81º | 0.61% | 0.67% | - |
| HSV(B) | 79.81º | 0.46% | 0.87% | - |
| XYZ | 50.19 | 64.27 | 27.21 | - |
| YUV | 200.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 119 | 0.15 | 0 | 0.46 | 0.13 | 79.81 | 0.61 | 0.67 |
| Hex | BC | DE | 77 | F | 0 | 2E | D | 50 | 3D | 43 |
| Octal | 274 | 336 | 167 | 17 | 0 | 56 | 15 | 120 | 75 | 103 |
| Binary | 10111100 | 11011110 | 1110111 | 1111 | 0 | 101110 | 1101 | 1010000 | 111101 | 1000011 |
Color Harmonies of #BCDE77
Complementary color
Monochromatic Colors of #BCDE77
Black with #BCDE77
Text Example
Text Example
White with #BCDE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE77; }
p { color: rgb(188,222,119); }
H1.HeaderClassName
{
color: #BCDE77;
}
.AnyTagClassName
{
color: #BCDE77;
}
</style>
background-color css
<style>
a { background-color: #BCDE77; }
a { background-color: rgb(188,222,119); }
div.DivClassName
{
background-color: #BCDE77;
}
.BgClassName
{
background-color: #BCDE77;
}
</style>
border-color css
<style>
span { border-color: #BCDE77; }
span { border-color: rgb(188,222,119); }
td.TdClassName
{
border-color: #BCDE77;
}
.TagClassName
{
border-color: #BCDE77;
}
</style>