Shades of Sulu #BCD881
Tints of Sulu #BCD881
RGB
CMYK
RGB Variations
Color information
#BCD881 (or 0xBCD881) is known color: Sulu. HEX triplet: BC, D8 and 81. RGB value is (188,216,129). Sum of RGB (Red+Green+Blue) = 188+216+129=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD881 is #43277E. Grayscale: #C6C6C6. Windows color (decimal): -4401023 or 8509628. OLE color: 8509628.
HSL color Cylindrical-coordinate representation of color #BCD881: hue angle of 79.31º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD881 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 129 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.15 |
| HSL | 79.31º | 0.53% | 0.68% | - |
| HSV(B) | 79.31º | 0.4% | 0.85% | - |
| XYZ | 49.26 | 61.39 | 30.02 | - |
| YUV | 197.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 129 | 0.13 | 0 | 0.40 | 0.15 | 79.31 | 0.53 | 0.68 |
| Hex | BC | D8 | 81 | D | 0 | 28 | F | 4F | 35 | 44 |
| Octal | 274 | 330 | 201 | 15 | 0 | 50 | 17 | 117 | 65 | 104 |
| Binary | 10111100 | 11011000 | 10000001 | 1101 | 0 | 101000 | 1111 | 1001111 | 110101 | 1000100 |
Color Harmonies of #BCD881
Complementary color
Monochromatic Colors of #BCD881
Black with #BCD881
Text Example
Text Example
White with #BCD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD881; }
p { color: rgb(188,216,129); }
H1.HeaderClassName
{
color: #BCD881;
}
.AnyTagClassName
{
color: #BCD881;
}
</style>
background-color css
<style>
a { background-color: #BCD881; }
a { background-color: rgb(188,216,129); }
div.DivClassName
{
background-color: #BCD881;
}
.BgClassName
{
background-color: #BCD881;
}
</style>
border-color css
<style>
span { border-color: #BCD881; }
span { border-color: rgb(188,216,129); }
td.TdClassName
{
border-color: #BCD881;
}
.TagClassName
{
border-color: #BCD881;
}
</style>