Shades of Sulu #BCD583
Tints of Sulu #BCD583
RGB
CMYK
RGB Variations
Color information
#BCD583 (or 0xBCD583) is known color: Sulu. HEX triplet: BC, D5 and 83. RGB value is (188,213,131). Sum of RGB (Red+Green+Blue) = 188+213+131=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD583 is #432A7C. Grayscale: #C4C4C4. Windows color (decimal): -4401789 or 8639932. OLE color: 8639932.
HSL color Cylindrical-coordinate representation of color #BCD583: hue angle of 78.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCD583 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 131 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.16 |
| HSL | 78.29º | 0.49% | 0.67% | - |
| HSV(B) | 78.29º | 0.38% | 0.84% | - |
| XYZ | 48.63 | 59.92 | 30.48 | - |
| YUV | 196.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 131 | 0.12 | 0 | 0.38 | 0.16 | 78.29 | 0.49 | 0.67 |
| Hex | BC | D5 | 83 | C | 0 | 26 | 10 | 4E | 31 | 43 |
| Octal | 274 | 325 | 203 | 14 | 0 | 46 | 20 | 116 | 61 | 103 |
| Binary | 10111100 | 11010101 | 10000011 | 1100 | 0 | 100110 | 10000 | 1001110 | 110001 | 1000011 |
Color Harmonies of #BCD583
Complementary color
Monochromatic Colors of #BCD583
Black with #BCD583
Text Example
Text Example
White with #BCD583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD583; }
p { color: rgb(188,213,131); }
H1.HeaderClassName
{
color: #BCD583;
}
.AnyTagClassName
{
color: #BCD583;
}
</style>
background-color css
<style>
a { background-color: #BCD583; }
a { background-color: rgb(188,213,131); }
div.DivClassName
{
background-color: #BCD583;
}
.BgClassName
{
background-color: #BCD583;
}
</style>
border-color css
<style>
span { border-color: #BCD583; }
span { border-color: rgb(188,213,131); }
td.TdClassName
{
border-color: #BCD583;
}
.TagClassName
{
border-color: #BCD583;
}
</style>