Shades of Sulu #BCDE83
Tints of Sulu #BCDE83
RGB
CMYK
RGB Variations
Color information
#BCDE83 (or 0xBCDE83) is known color: Sulu. HEX triplet: BC, DE and 83. RGB value is (188,222,131). Sum of RGB (Red+Green+Blue) = 188+222+131=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE83 is #43217C. Grayscale: #C9C9C9. Windows color (decimal): -4399485 or 8642236. OLE color: 8642236.
HSL color Cylindrical-coordinate representation of color #BCDE83: hue angle of 82.42º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCDE83 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 131 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.13 |
| HSL | 82.42º | 0.58% | 0.69% | - |
| HSV(B) | 82.42º | 0.41% | 0.87% | - |
| XYZ | 50.96 | 64.57 | 31.25 | - |
| YUV | 201.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 131 | 0.15 | 0 | 0.41 | 0.13 | 82.42 | 0.58 | 0.69 |
| Hex | BC | DE | 83 | F | 0 | 29 | D | 52 | 3A | 45 |
| Octal | 274 | 336 | 203 | 17 | 0 | 51 | 15 | 122 | 72 | 105 |
| Binary | 10111100 | 11011110 | 10000011 | 1111 | 0 | 101001 | 1101 | 1010010 | 111010 | 1000101 |
Color Harmonies of #BCDE83
Complementary color
Monochromatic Colors of #BCDE83
Black with #BCDE83
Text Example
Text Example
White with #BCDE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE83; }
p { color: rgb(188,222,131); }
H1.HeaderClassName
{
color: #BCDE83;
}
.AnyTagClassName
{
color: #BCDE83;
}
</style>
background-color css
<style>
a { background-color: #BCDE83; }
a { background-color: rgb(188,222,131); }
div.DivClassName
{
background-color: #BCDE83;
}
.BgClassName
{
background-color: #BCDE83;
}
</style>
border-color css
<style>
span { border-color: #BCDE83; }
span { border-color: rgb(188,222,131); }
td.TdClassName
{
border-color: #BCDE83;
}
.TagClassName
{
border-color: #BCDE83;
}
</style>