Shades of Sulu #BCD689
Tints of Sulu #BCD689
RGB
CMYK
RGB Variations
Color information
#BCD689 (or 0xBCD689) is known color: Sulu. HEX triplet: BC, D6 and 89. RGB value is (188,214,137). Sum of RGB (Red+Green+Blue) = 188+214+137=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD689 is #432976. Grayscale: #C5C5C5. Windows color (decimal): -4401527 or 9033404. OLE color: 9033404.
HSL color Cylindrical-coordinate representation of color #BCD689: hue angle of 80.26º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCD689 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 137 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.16 |
| HSL | 80.26º | 0.48% | 0.69% | - |
| HSV(B) | 80.26º | 0.36% | 0.84% | - |
| XYZ | 49.3 | 60.59 | 32.76 | - |
| YUV | 197.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 137 | 0.12 | 0 | 0.36 | 0.16 | 80.26 | 0.48 | 0.69 |
| Hex | BC | D6 | 89 | C | 0 | 24 | 10 | 50 | 30 | 45 |
| Octal | 274 | 326 | 211 | 14 | 0 | 44 | 20 | 120 | 60 | 105 |
| Binary | 10111100 | 11010110 | 10001001 | 1100 | 0 | 100100 | 10000 | 1010000 | 110000 | 1000101 |
Color Harmonies of #BCD689
Complementary color
Monochromatic Colors of #BCD689
Black with #BCD689
Text Example
Text Example
White with #BCD689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD689; }
p { color: rgb(188,214,137); }
H1.HeaderClassName
{
color: #BCD689;
}
.AnyTagClassName
{
color: #BCD689;
}
</style>
background-color css
<style>
a { background-color: #BCD689; }
a { background-color: rgb(188,214,137); }
div.DivClassName
{
background-color: #BCD689;
}
.BgClassName
{
background-color: #BCD689;
}
</style>
border-color css
<style>
span { border-color: #BCD689; }
span { border-color: rgb(188,214,137); }
td.TdClassName
{
border-color: #BCD689;
}
.TagClassName
{
border-color: #BCD689;
}
</style>