Shades of Sulu #BCDB87
Tints of Sulu #BCDB87
RGB
CMYK
RGB Variations
Color information
#BCDB87 (or 0xBCDB87) is known color: Sulu. HEX triplet: BC, DB and 87. RGB value is (188,219,135). Sum of RGB (Red+Green+Blue) = 188+219+135=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB87 is #432478. Grayscale: #C8C8C8. Windows color (decimal): -4400249 or 8903612. OLE color: 8903612.
HSL color Cylindrical-coordinate representation of color #BCDB87: hue angle of 82.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCDB87 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 135 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.14 |
| HSL | 82.14º | 0.54% | 0.69% | - |
| HSV(B) | 82.14º | 0.38% | 0.86% | - |
| XYZ | 50.44 | 63.1 | 32.44 | - |
| YUV | 200.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 135 | 0.14 | 0 | 0.38 | 0.14 | 82.14 | 0.54 | 0.69 |
| Hex | BC | DB | 87 | E | 0 | 26 | E | 52 | 36 | 45 |
| Octal | 274 | 333 | 207 | 16 | 0 | 46 | 16 | 122 | 66 | 105 |
| Binary | 10111100 | 11011011 | 10000111 | 1110 | 0 | 100110 | 1110 | 1010010 | 110110 | 1000101 |
Color Harmonies of #BCDB87
Complementary color
Monochromatic Colors of #BCDB87
Black with #BCDB87
Text Example
Text Example
White with #BCDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB87; }
p { color: rgb(188,219,135); }
H1.HeaderClassName
{
color: #BCDB87;
}
.AnyTagClassName
{
color: #BCDB87;
}
</style>
background-color css
<style>
a { background-color: #BCDB87; }
a { background-color: rgb(188,219,135); }
div.DivClassName
{
background-color: #BCDB87;
}
.BgClassName
{
background-color: #BCDB87;
}
</style>
border-color css
<style>
span { border-color: #BCDB87; }
span { border-color: rgb(188,219,135); }
td.TdClassName
{
border-color: #BCDB87;
}
.TagClassName
{
border-color: #BCDB87;
}
</style>