Shades of Sulu #BCDD84
Tints of Sulu #BCDD84
RGB
CMYK
RGB Variations
Color information
#BCDD84 (or 0xBCDD84) is known color: Sulu. HEX triplet: BC, DD and 84. RGB value is (188,221,132). Sum of RGB (Red+Green+Blue) = 188+221+132=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD84 is #43227B. Grayscale: #C9C9C9. Windows color (decimal): -4399740 or 8707516. OLE color: 8707516.
HSL color Cylindrical-coordinate representation of color #BCDD84: hue angle of 82.25º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCDD84 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 132 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.13 |
| HSL | 82.25º | 0.57% | 0.69% | - |
| HSV(B) | 82.25º | 0.4% | 0.87% | - |
| XYZ | 50.76 | 64.07 | 31.52 | - |
| YUV | 200.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 132 | 0.15 | 0 | 0.40 | 0.13 | 82.25 | 0.57 | 0.69 |
| Hex | BC | DD | 84 | F | 0 | 28 | D | 52 | 39 | 45 |
| Octal | 274 | 335 | 204 | 17 | 0 | 50 | 15 | 122 | 71 | 105 |
| Binary | 10111100 | 11011101 | 10000100 | 1111 | 0 | 101000 | 1101 | 1010010 | 111001 | 1000101 |
Color Harmonies of #BCDD84
Complementary color
Monochromatic Colors of #BCDD84
Black with #BCDD84
Text Example
Text Example
White with #BCDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD84; }
p { color: rgb(188,221,132); }
H1.HeaderClassName
{
color: #BCDD84;
}
.AnyTagClassName
{
color: #BCDD84;
}
</style>
background-color css
<style>
a { background-color: #BCDD84; }
a { background-color: rgb(188,221,132); }
div.DivClassName
{
background-color: #BCDD84;
}
.BgClassName
{
background-color: #BCDD84;
}
</style>
border-color css
<style>
span { border-color: #BCDD84; }
span { border-color: rgb(188,221,132); }
td.TdClassName
{
border-color: #BCDD84;
}
.TagClassName
{
border-color: #BCDD84;
}
</style>