Shades of Sulu #BCDC80
Tints of Sulu #BCDC80
RGB
CMYK
RGB Variations
Color information
#BCDC80 (or 0xBCDC80) is known color: Sulu. HEX triplet: BC, DC and 80. RGB value is (188,220,128). Sum of RGB (Red+Green+Blue) = 188+220+128=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC80 is #43237F. Grayscale: #C8C8C8. Windows color (decimal): -4400000 or 8445116. OLE color: 8445116.
HSL color Cylindrical-coordinate representation of color #BCDC80: hue angle of 80.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCDC80 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 128 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.14 |
| HSL | 80.87º | 0.57% | 0.68% | - |
| HSV(B) | 80.87º | 0.42% | 0.86% | - |
| XYZ | 50.23 | 63.44 | 30.02 | - |
| YUV | 199.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 128 | 0.15 | 0 | 0.42 | 0.14 | 80.87 | 0.57 | 0.68 |
| Hex | BC | DC | 80 | F | 0 | 2A | E | 51 | 39 | 44 |
| Octal | 274 | 334 | 200 | 17 | 0 | 52 | 16 | 121 | 71 | 104 |
| Binary | 10111100 | 11011100 | 10000000 | 1111 | 0 | 101010 | 1110 | 1010001 | 111001 | 1000100 |
Color Harmonies of #BCDC80
Complementary color
Monochromatic Colors of #BCDC80
Black with #BCDC80
Text Example
Text Example
White with #BCDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC80; }
p { color: rgb(188,220,128); }
H1.HeaderClassName
{
color: #BCDC80;
}
.AnyTagClassName
{
color: #BCDC80;
}
</style>
background-color css
<style>
a { background-color: #BCDC80; }
a { background-color: rgb(188,220,128); }
div.DivClassName
{
background-color: #BCDC80;
}
.BgClassName
{
background-color: #BCDC80;
}
</style>
border-color css
<style>
span { border-color: #BCDC80; }
span { border-color: rgb(188,220,128); }
td.TdClassName
{
border-color: #BCDC80;
}
.TagClassName
{
border-color: #BCDC80;
}
</style>