Shades of Sulu #BCD582
Tints of Sulu #BCD582
RGB
CMYK
RGB Variations
Color information
#BCD582 (or 0xBCD582) is known color: Sulu. HEX triplet: BC, D5 and 82. RGB value is (188,213,130). Sum of RGB (Red+Green+Blue) = 188+213+130=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD582 is #432A7D. Grayscale: #C4C4C4. Windows color (decimal): -4401790 or 8574396. OLE color: 8574396.
HSL color Cylindrical-coordinate representation of color #BCD582: hue angle of 78.07º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD582 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 130 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.16 |
| HSL | 78.07º | 0.5% | 0.67% | - |
| HSV(B) | 78.07º | 0.39% | 0.84% | - |
| XYZ | 48.56 | 59.89 | 30.12 | - |
| YUV | 196.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 130 | 0.12 | 0 | 0.39 | 0.16 | 78.07 | 0.5 | 0.67 |
| Hex | BC | D5 | 82 | C | 0 | 27 | 10 | 4E | 32 | 43 |
| Octal | 274 | 325 | 202 | 14 | 0 | 47 | 20 | 116 | 62 | 103 |
| Binary | 10111100 | 11010101 | 10000010 | 1100 | 0 | 100111 | 10000 | 1001110 | 110010 | 1000011 |
Color Harmonies of #BCD582
Complementary color
Monochromatic Colors of #BCD582
Black with #BCD582
Text Example
Text Example
White with #BCD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD582; }
p { color: rgb(188,213,130); }
H1.HeaderClassName
{
color: #BCD582;
}
.AnyTagClassName
{
color: #BCD582;
}
</style>
background-color css
<style>
a { background-color: #BCD582; }
a { background-color: rgb(188,213,130); }
div.DivClassName
{
background-color: #BCD582;
}
.BgClassName
{
background-color: #BCD582;
}
</style>
border-color css
<style>
span { border-color: #BCD582; }
span { border-color: rgb(188,213,130); }
td.TdClassName
{
border-color: #BCD582;
}
.TagClassName
{
border-color: #BCD582;
}
</style>