Shades of Sulu #BCDF83
Tints of Sulu #BCDF83
RGB
CMYK
RGB Variations
Color information
#BCDF83 (or 0xBCDF83) is known color: Sulu. HEX triplet: BC, DF and 83. RGB value is (188,223,131). Sum of RGB (Red+Green+Blue) = 188+223+131=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF83 is #43207C. Grayscale: #CACACA. Windows color (decimal): -4399229 or 8642492. OLE color: 8642492.
HSL color Cylindrical-coordinate representation of color #BCDF83: hue angle of 82.83º degrees, saturation: 0.59, 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 #BCDF83 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 131 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.13 |
| HSL | 82.83º | 0.59% | 0.69% | - |
| HSV(B) | 82.83º | 0.41% | 0.87% | - |
| XYZ | 51.22 | 65.11 | 31.34 | - |
| YUV | 202.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 131 | 0.16 | 0 | 0.41 | 0.13 | 82.83 | 0.59 | 0.69 |
| Hex | BC | DF | 83 | 10 | 0 | 29 | D | 53 | 3B | 45 |
| Octal | 274 | 337 | 203 | 20 | 0 | 51 | 15 | 123 | 73 | 105 |
| Binary | 10111100 | 11011111 | 10000011 | 10000 | 0 | 101001 | 1101 | 1010011 | 111011 | 1000101 |
Color Harmonies of #BCDF83
Complementary color
Monochromatic Colors of #BCDF83
Black with #BCDF83
Text Example
Text Example
White with #BCDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF83; }
p { color: rgb(188,223,131); }
H1.HeaderClassName
{
color: #BCDF83;
}
.AnyTagClassName
{
color: #BCDF83;
}
</style>
background-color css
<style>
a { background-color: #BCDF83; }
a { background-color: rgb(188,223,131); }
div.DivClassName
{
background-color: #BCDF83;
}
.BgClassName
{
background-color: #BCDF83;
}
</style>
border-color css
<style>
span { border-color: #BCDF83; }
span { border-color: rgb(188,223,131); }
td.TdClassName
{
border-color: #BCDF83;
}
.TagClassName
{
border-color: #BCDF83;
}
</style>