Shades of Sulu #BCD880
Tints of Sulu #BCD880
RGB
CMYK
RGB Variations
Color information
#BCD880 (or 0xBCD880) is known color: Sulu. HEX triplet: BC, D8 and 80. RGB value is (188,216,128). Sum of RGB (Red+Green+Blue) = 188+216+128=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD880 is #43277F. Grayscale: #C5C5C5. Windows color (decimal): -4401024 or 8444092. OLE color: 8444092.
HSL color Cylindrical-coordinate representation of color #BCD880: hue angle of 79.09º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD880 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 128 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.15 |
| HSL | 79.09º | 0.53% | 0.67% | - |
| HSV(B) | 79.09º | 0.41% | 0.85% | - |
| XYZ | 49.19 | 61.36 | 29.67 | - |
| YUV | 197.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 128 | 0.13 | 0 | 0.41 | 0.15 | 79.09 | 0.53 | 0.67 |
| Hex | BC | D8 | 80 | D | 0 | 29 | F | 4F | 35 | 43 |
| Octal | 274 | 330 | 200 | 15 | 0 | 51 | 17 | 117 | 65 | 103 |
| Binary | 10111100 | 11011000 | 10000000 | 1101 | 0 | 101001 | 1111 | 1001111 | 110101 | 1000011 |
Color Harmonies of #BCD880
Complementary color
Monochromatic Colors of #BCD880
Black with #BCD880
Text Example
Text Example
White with #BCD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD880; }
p { color: rgb(188,216,128); }
H1.HeaderClassName
{
color: #BCD880;
}
.AnyTagClassName
{
color: #BCD880;
}
</style>
background-color css
<style>
a { background-color: #BCD880; }
a { background-color: rgb(188,216,128); }
div.DivClassName
{
background-color: #BCD880;
}
.BgClassName
{
background-color: #BCD880;
}
</style>
border-color css
<style>
span { border-color: #BCD880; }
span { border-color: rgb(188,216,128); }
td.TdClassName
{
border-color: #BCD880;
}
.TagClassName
{
border-color: #BCD880;
}
</style>