Shades of Sulu #BCDB7D
Tints of Sulu #BCDB7D
RGB
CMYK
RGB Variations
Color information
#BCDB7D (or 0xBCDB7D) is known color: Sulu. HEX triplet: BC, DB and 7D. RGB value is (188,219,125). Sum of RGB (Red+Green+Blue) = 188+219+125=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB7D is #432482. Grayscale: #C7C7C7. Windows color (decimal): -4400259 or 8248252. OLE color: 8248252.
HSL color Cylindrical-coordinate representation of color #BCDB7D: hue angle of 79.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCDB7D is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 125 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.14 |
| HSL | 79.79º | 0.57% | 0.67% | - |
| HSV(B) | 79.79º | 0.43% | 0.86% | - |
| XYZ | 49.77 | 62.84 | 28.91 | - |
| YUV | 199.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 125 | 0.14 | 0 | 0.43 | 0.14 | 79.79 | 0.57 | 0.67 |
| Hex | BC | DB | 7D | E | 0 | 2B | E | 50 | 39 | 43 |
| Octal | 274 | 333 | 175 | 16 | 0 | 53 | 16 | 120 | 71 | 103 |
| Binary | 10111100 | 11011011 | 1111101 | 1110 | 0 | 101011 | 1110 | 1010000 | 111001 | 1000011 |
Color Harmonies of #BCDB7D
Complementary color
Monochromatic Colors of #BCDB7D
Black with #BCDB7D
Text Example
Text Example
White with #BCDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB7D; }
p { color: rgb(188,219,125); }
H1.HeaderClassName
{
color: #BCDB7D;
}
.AnyTagClassName
{
color: #BCDB7D;
}
</style>
background-color css
<style>
a { background-color: #BCDB7D; }
a { background-color: rgb(188,219,125); }
div.DivClassName
{
background-color: #BCDB7D;
}
.BgClassName
{
background-color: #BCDB7D;
}
</style>
border-color css
<style>
span { border-color: #BCDB7D; }
span { border-color: rgb(188,219,125); }
td.TdClassName
{
border-color: #BCDB7D;
}
.TagClassName
{
border-color: #BCDB7D;
}
</style>