Shades of Sulu #BCDC82
Tints of Sulu #BCDC82
RGB
CMYK
RGB Variations
Color information
#BCDC82 (or 0xBCDC82) is known color: Sulu. HEX triplet: BC, DC and 82. RGB value is (188,220,130). Sum of RGB (Red+Green+Blue) = 188+220+130=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC82 is #43237D. Grayscale: #C8C8C8. Windows color (decimal): -4399998 or 8576188. OLE color: 8576188.
HSL color Cylindrical-coordinate representation of color #BCDC82: hue angle of 81.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCDC82 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 130 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.14 |
| HSL | 81.33º | 0.56% | 0.69% | - |
| HSV(B) | 81.33º | 0.41% | 0.86% | - |
| XYZ | 50.36 | 63.49 | 30.72 | - |
| YUV | 200.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 130 | 0.15 | 0 | 0.41 | 0.14 | 81.33 | 0.56 | 0.69 |
| Hex | BC | DC | 82 | F | 0 | 29 | E | 51 | 38 | 45 |
| Octal | 274 | 334 | 202 | 17 | 0 | 51 | 16 | 121 | 70 | 105 |
| Binary | 10111100 | 11011100 | 10000010 | 1111 | 0 | 101001 | 1110 | 1010001 | 111000 | 1000101 |
Color Harmonies of #BCDC82
Complementary color
Monochromatic Colors of #BCDC82
Black with #BCDC82
Text Example
Text Example
White with #BCDC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC82; }
p { color: rgb(188,220,130); }
H1.HeaderClassName
{
color: #BCDC82;
}
.AnyTagClassName
{
color: #BCDC82;
}
</style>
background-color css
<style>
a { background-color: #BCDC82; }
a { background-color: rgb(188,220,130); }
div.DivClassName
{
background-color: #BCDC82;
}
.BgClassName
{
background-color: #BCDC82;
}
</style>
border-color css
<style>
span { border-color: #BCDC82; }
span { border-color: rgb(188,220,130); }
td.TdClassName
{
border-color: #BCDC82;
}
.TagClassName
{
border-color: #BCDC82;
}
</style>