Shades of Sulu #BCD886
Tints of Sulu #BCD886
RGB
CMYK
RGB Variations
Color information
#BCD886 (or 0xBCD886) is known color: Sulu. HEX triplet: BC, D8 and 86. RGB value is (188,216,134). Sum of RGB (Red+Green+Blue) = 188+216+134=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD886 is #432779. Grayscale: #C6C6C6. Windows color (decimal): -4401018 or 8837308. OLE color: 8837308.
HSL color Cylindrical-coordinate representation of color #BCD886: hue angle of 80.49º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCD886 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 134 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.15 |
| HSL | 80.49º | 0.51% | 0.69% | - |
| HSV(B) | 80.49º | 0.38% | 0.85% | - |
| XYZ | 49.6 | 61.52 | 31.82 | - |
| YUV | 198.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 134 | 0.13 | 0 | 0.38 | 0.15 | 80.49 | 0.51 | 0.69 |
| Hex | BC | D8 | 86 | D | 0 | 26 | F | 50 | 33 | 45 |
| Octal | 274 | 330 | 206 | 15 | 0 | 46 | 17 | 120 | 63 | 105 |
| Binary | 10111100 | 11011000 | 10000110 | 1101 | 0 | 100110 | 1111 | 1010000 | 110011 | 1000101 |
Color Harmonies of #BCD886
Complementary color
Monochromatic Colors of #BCD886
Black with #BCD886
Text Example
Text Example
White with #BCD886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD886; }
p { color: rgb(188,216,134); }
H1.HeaderClassName
{
color: #BCD886;
}
.AnyTagClassName
{
color: #BCD886;
}
</style>
background-color css
<style>
a { background-color: #BCD886; }
a { background-color: rgb(188,216,134); }
div.DivClassName
{
background-color: #BCD886;
}
.BgClassName
{
background-color: #BCD886;
}
</style>
border-color css
<style>
span { border-color: #BCD886; }
span { border-color: rgb(188,216,134); }
td.TdClassName
{
border-color: #BCD886;
}
.TagClassName
{
border-color: #BCD886;
}
</style>