Shades of Sulu #BCDD82
Tints of Sulu #BCDD82
RGB
CMYK
RGB Variations
Color information
#BCDD82 (or 0xBCDD82) is known color: Sulu. HEX triplet: BC, DD and 82. RGB value is (188,221,130). Sum of RGB (Red+Green+Blue) = 188+221+130=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD82 is #43227D. Grayscale: #C9C9C9. Windows color (decimal): -4399742 or 8576444. OLE color: 8576444.
HSL color Cylindrical-coordinate representation of color #BCDD82: hue angle of 81.76º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCDD82 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 130 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.13 |
| HSL | 81.76º | 0.57% | 0.69% | - |
| HSV(B) | 81.76º | 0.41% | 0.87% | - |
| XYZ | 50.62 | 64.02 | 30.81 | - |
| YUV | 200.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 130 | 0.15 | 0 | 0.41 | 0.13 | 81.76 | 0.57 | 0.69 |
| Hex | BC | DD | 82 | F | 0 | 29 | D | 52 | 39 | 45 |
| Octal | 274 | 335 | 202 | 17 | 0 | 51 | 15 | 122 | 71 | 105 |
| Binary | 10111100 | 11011101 | 10000010 | 1111 | 0 | 101001 | 1101 | 1010010 | 111001 | 1000101 |
Color Harmonies of #BCDD82
Complementary color
Monochromatic Colors of #BCDD82
Black with #BCDD82
Text Example
Text Example
White with #BCDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD82; }
p { color: rgb(188,221,130); }
H1.HeaderClassName
{
color: #BCDD82;
}
.AnyTagClassName
{
color: #BCDD82;
}
</style>
background-color css
<style>
a { background-color: #BCDD82; }
a { background-color: rgb(188,221,130); }
div.DivClassName
{
background-color: #BCDD82;
}
.BgClassName
{
background-color: #BCDD82;
}
</style>
border-color css
<style>
span { border-color: #BCDD82; }
span { border-color: rgb(188,221,130); }
td.TdClassName
{
border-color: #BCDD82;
}
.TagClassName
{
border-color: #BCDD82;
}
</style>