Shades of Sulu #BCDB8C
Tints of Sulu #BCDB8C
RGB
CMYK
RGB Variations
Color information
#BCDB8C (or 0xBCDB8C) is known color: Sulu. HEX triplet: BC, DB and 8C. RGB value is (188,219,140). Sum of RGB (Red+Green+Blue) = 188+219+140=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB8C is #432473. Grayscale: #C9C9C9. Windows color (decimal): -4400244 or 9231292. OLE color: 9231292.
HSL color Cylindrical-coordinate representation of color #BCDB8C: hue angle of 83.54º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCDB8C is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 140 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.14 |
| HSL | 83.54º | 0.52% | 0.7% | - |
| HSV(B) | 83.54º | 0.36% | 0.86% | - |
| XYZ | 50.8 | 63.25 | 34.34 | - |
| YUV | 200.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 140 | 0.14 | 0 | 0.36 | 0.14 | 83.54 | 0.52 | 0.7 |
| Hex | BC | DB | 8C | E | 0 | 24 | E | 54 | 34 | 46 |
| Octal | 274 | 333 | 214 | 16 | 0 | 44 | 16 | 124 | 64 | 106 |
| Binary | 10111100 | 11011011 | 10001100 | 1110 | 0 | 100100 | 1110 | 1010100 | 110100 | 1000110 |
Color Harmonies of #BCDB8C
Complementary color
Monochromatic Colors of #BCDB8C
Black with #BCDB8C
Text Example
Text Example
White with #BCDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB8C; }
p { color: rgb(188,219,140); }
H1.HeaderClassName
{
color: #BCDB8C;
}
.AnyTagClassName
{
color: #BCDB8C;
}
</style>
background-color css
<style>
a { background-color: #BCDB8C; }
a { background-color: rgb(188,219,140); }
div.DivClassName
{
background-color: #BCDB8C;
}
.BgClassName
{
background-color: #BCDB8C;
}
</style>
border-color css
<style>
span { border-color: #BCDB8C; }
span { border-color: rgb(188,219,140); }
td.TdClassName
{
border-color: #BCDB8C;
}
.TagClassName
{
border-color: #BCDB8C;
}
</style>