Shades of Sulu #BCED83
Tints of Sulu #BCED83
RGB
CMYK
RGB Variations
Color information
#BCED83 (or 0xBCED83) is known color: Sulu. HEX triplet: BC, ED and 83. RGB value is (188,237,131). Sum of RGB (Red+Green+Blue) = 188+237+131=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 131 (51.56% from 255 or 23.56% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED83 is #43127C. Grayscale: #D2D2D2. Windows color (decimal): -4395645 or 8646076. OLE color: 8646076.
HSL color Cylindrical-coordinate representation of color #BCED83: hue angle of 87.74º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCED83 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 131 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.07 |
| HSL | 87.74º | 0.75% | 0.72% | - |
| HSV(B) | 87.74º | 0.45% | 0.93% | - |
| XYZ | 55.12 | 72.9 | 32.64 | - |
| YUV | 210.27 | 83.27 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 131 | 0.21 | 0 | 0.45 | 0.07 | 87.74 | 0.75 | 0.72 |
| Hex | BC | ED | 83 | 15 | 0 | 2D | 7 | 58 | 4B | 48 |
| Octal | 274 | 355 | 203 | 25 | 0 | 55 | 7 | 130 | 113 | 110 |
| Binary | 10111100 | 11101101 | 10000011 | 10101 | 0 | 101101 | 111 | 1011000 | 1001011 | 1001000 |
Color Harmonies of #BCED83
Complementary color
Monochromatic Colors of #BCED83
Black with #BCED83
Text Example
Text Example
White with #BCED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED83; }
p { color: rgb(188,237,131); }
H1.HeaderClassName
{
color: #BCED83;
}
.AnyTagClassName
{
color: #BCED83;
}
</style>
background-color css
<style>
a { background-color: #BCED83; }
a { background-color: rgb(188,237,131); }
div.DivClassName
{
background-color: #BCED83;
}
.BgClassName
{
background-color: #BCED83;
}
</style>
border-color css
<style>
span { border-color: #BCED83; }
span { border-color: rgb(188,237,131); }
td.TdClassName
{
border-color: #BCED83;
}
.TagClassName
{
border-color: #BCED83;
}
</style>