Shades of Sulu #BCD680
Tints of Sulu #BCD680
RGB
CMYK
RGB Variations
Color information
#BCD680 (or 0xBCD680) is known color: Sulu. HEX triplet: BC, D6 and 80. RGB value is (188,214,128). Sum of RGB (Red+Green+Blue) = 188+214+128=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD680 is #43297F. Grayscale: #C4C4C4. Windows color (decimal): -4401536 or 8443580. OLE color: 8443580.
HSL color Cylindrical-coordinate representation of color #BCD680: hue angle of 78.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD680 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 128 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.16 |
| HSL | 78.14º | 0.51% | 0.67% | - |
| HSV(B) | 78.14º | 0.4% | 0.84% | - |
| XYZ | 48.68 | 60.34 | 29.5 | - |
| YUV | 196.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 128 | 0.12 | 0 | 0.40 | 0.16 | 78.14 | 0.51 | 0.67 |
| Hex | BC | D6 | 80 | C | 0 | 28 | 10 | 4E | 33 | 43 |
| Octal | 274 | 326 | 200 | 14 | 0 | 50 | 20 | 116 | 63 | 103 |
| Binary | 10111100 | 11010110 | 10000000 | 1100 | 0 | 101000 | 10000 | 1001110 | 110011 | 1000011 |
Color Harmonies of #BCD680
Complementary color
Monochromatic Colors of #BCD680
Black with #BCD680
Text Example
Text Example
White with #BCD680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD680; }
p { color: rgb(188,214,128); }
H1.HeaderClassName
{
color: #BCD680;
}
.AnyTagClassName
{
color: #BCD680;
}
</style>
background-color css
<style>
a { background-color: #BCD680; }
a { background-color: rgb(188,214,128); }
div.DivClassName
{
background-color: #BCD680;
}
.BgClassName
{
background-color: #BCD680;
}
</style>
border-color css
<style>
span { border-color: #BCD680; }
span { border-color: rgb(188,214,128); }
td.TdClassName
{
border-color: #BCD680;
}
.TagClassName
{
border-color: #BCD680;
}
</style>