Shades of Sulu #BCDD7E
Tints of Sulu #BCDD7E
RGB
CMYK
RGB Variations
Color information
#BCDD7E (or 0xBCDD7E) is known color: Sulu. HEX triplet: BC, DD and 7E. RGB value is (188,221,126). Sum of RGB (Red+Green+Blue) = 188+221+126=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD7E is #432281. Grayscale: #C8C8C8. Windows color (decimal): -4399746 or 8314300. OLE color: 8314300.
HSL color Cylindrical-coordinate representation of color #BCDD7E: hue angle of 80.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCDD7E is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 126 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.13 |
| HSL | 80.84º | 0.58% | 0.68% | - |
| HSV(B) | 80.84º | 0.43% | 0.87% | - |
| XYZ | 50.36 | 63.91 | 29.42 | - |
| YUV | 200.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 126 | 0.15 | 0 | 0.43 | 0.13 | 80.84 | 0.58 | 0.68 |
| Hex | BC | DD | 7E | F | 0 | 2B | D | 51 | 3A | 44 |
| Octal | 274 | 335 | 176 | 17 | 0 | 53 | 15 | 121 | 72 | 104 |
| Binary | 10111100 | 11011101 | 1111110 | 1111 | 0 | 101011 | 1101 | 1010001 | 111010 | 1000100 |
Color Harmonies of #BCDD7E
Complementary color
Monochromatic Colors of #BCDD7E
Black with #BCDD7E
Text Example
Text Example
White with #BCDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD7E; }
p { color: rgb(188,221,126); }
H1.HeaderClassName
{
color: #BCDD7E;
}
.AnyTagClassName
{
color: #BCDD7E;
}
</style>
background-color css
<style>
a { background-color: #BCDD7E; }
a { background-color: rgb(188,221,126); }
div.DivClassName
{
background-color: #BCDD7E;
}
.BgClassName
{
background-color: #BCDD7E;
}
</style>
border-color css
<style>
span { border-color: #BCDD7E; }
span { border-color: rgb(188,221,126); }
td.TdClassName
{
border-color: #BCDD7E;
}
.TagClassName
{
border-color: #BCDD7E;
}
</style>