Shades of Sulu #BCD789
Tints of Sulu #BCD789
RGB
CMYK
RGB Variations
Color information
#BCD789 (or 0xBCD789) is known color: Sulu. HEX triplet: BC, D7 and 89. RGB value is (188,215,137). Sum of RGB (Red+Green+Blue) = 188+215+137=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD789 is #432876. Grayscale: #C6C6C6. Windows color (decimal): -4401271 or 9033660. OLE color: 9033660.
HSL color Cylindrical-coordinate representation of color #BCD789: hue angle of 80.77º degrees, saturation: 0.49, 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 #BCD789 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 137 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.16 |
| HSL | 80.77º | 0.49% | 0.69% | - |
| HSV(B) | 80.77º | 0.36% | 0.84% | - |
| XYZ | 49.55 | 61.1 | 32.85 | - |
| YUV | 198.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 137 | 0.13 | 0 | 0.36 | 0.16 | 80.77 | 0.49 | 0.69 |
| Hex | BC | D7 | 89 | D | 0 | 24 | 10 | 51 | 31 | 45 |
| Octal | 274 | 327 | 211 | 15 | 0 | 44 | 20 | 121 | 61 | 105 |
| Binary | 10111100 | 11010111 | 10001001 | 1101 | 0 | 100100 | 10000 | 1010001 | 110001 | 1000101 |
Color Harmonies of #BCD789
Complementary color
Monochromatic Colors of #BCD789
Black with #BCD789
Text Example
Text Example
White with #BCD789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD789; }
p { color: rgb(188,215,137); }
H1.HeaderClassName
{
color: #BCD789;
}
.AnyTagClassName
{
color: #BCD789;
}
</style>
background-color css
<style>
a { background-color: #BCD789; }
a { background-color: rgb(188,215,137); }
div.DivClassName
{
background-color: #BCD789;
}
.BgClassName
{
background-color: #BCD789;
}
</style>
border-color css
<style>
span { border-color: #BCD789; }
span { border-color: rgb(188,215,137); }
td.TdClassName
{
border-color: #BCD789;
}
.TagClassName
{
border-color: #BCD789;
}
</style>