Shades of Sulu #BCDA83
Tints of Sulu #BCDA83
RGB
CMYK
RGB Variations
Color information
#BCDA83 (or 0xBCDA83) is known color: Sulu. HEX triplet: BC, DA and 83. RGB value is (188,218,131). Sum of RGB (Red+Green+Blue) = 188+218+131=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA83 is #43257C. Grayscale: #C7C7C7. Windows color (decimal): -4400509 or 8641212. OLE color: 8641212.
HSL color Cylindrical-coordinate representation of color #BCDA83: hue angle of 80.69º degrees, saturation: 0.54, 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 #BCDA83 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 131 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.15 |
| HSL | 80.69º | 0.54% | 0.68% | - |
| HSV(B) | 80.69º | 0.4% | 0.85% | - |
| XYZ | 49.91 | 62.47 | 30.9 | - |
| YUV | 199.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 131 | 0.14 | 0 | 0.40 | 0.15 | 80.69 | 0.54 | 0.68 |
| Hex | BC | DA | 83 | E | 0 | 28 | F | 51 | 36 | 44 |
| Octal | 274 | 332 | 203 | 16 | 0 | 50 | 17 | 121 | 66 | 104 |
| Binary | 10111100 | 11011010 | 10000011 | 1110 | 0 | 101000 | 1111 | 1010001 | 110110 | 1000100 |
Color Harmonies of #BCDA83
Complementary color
Monochromatic Colors of #BCDA83
Black with #BCDA83
Text Example
Text Example
White with #BCDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA83; }
p { color: rgb(188,218,131); }
H1.HeaderClassName
{
color: #BCDA83;
}
.AnyTagClassName
{
color: #BCDA83;
}
</style>
background-color css
<style>
a { background-color: #BCDA83; }
a { background-color: rgb(188,218,131); }
div.DivClassName
{
background-color: #BCDA83;
}
.BgClassName
{
background-color: #BCDA83;
}
</style>
border-color css
<style>
span { border-color: #BCDA83; }
span { border-color: rgb(188,218,131); }
td.TdClassName
{
border-color: #BCDA83;
}
.TagClassName
{
border-color: #BCDA83;
}
</style>