Shades of Sulu #BCF983
Tints of Sulu #BCF983
RGB
CMYK
RGB Variations
Color information
#BCF983 (or 0xBCF983) is known color: Sulu. HEX triplet: BC, F9 and 83. RGB value is (188,249,131). Sum of RGB (Red+Green+Blue) = 188+249+131=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF983 is #43067C. Grayscale: #D9D9D9. Windows color (decimal): -4392573 or 8649148. OLE color: 8649148.
HSL color Cylindrical-coordinate representation of color #BCF983: hue angle of 91.02º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF983 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 131 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.02 |
| HSL | 91.02º | 0.91% | 0.75% | - |
| HSV(B) | 91.02º | 0.47% | 0.98% | - |
| XYZ | 58.71 | 80.08 | 33.84 | - |
| YUV | 217.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 131 | 0.24 | 0 | 0.47 | 0.02 | 91.02 | 0.91 | 0.75 |
| Hex | BC | F9 | 83 | 18 | 0 | 2F | 2 | 5B | 5B | 4B |
| Octal | 274 | 371 | 203 | 30 | 0 | 57 | 2 | 133 | 133 | 113 |
| Binary | 10111100 | 11111001 | 10000011 | 11000 | 0 | 101111 | 10 | 1011011 | 1011011 | 1001011 |
Color Harmonies of #BCF983
Complementary color
Monochromatic Colors of #BCF983
Black with #BCF983
Text Example
Text Example
White with #BCF983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF983; }
p { color: rgb(188,249,131); }
H1.HeaderClassName
{
color: #BCF983;
}
.AnyTagClassName
{
color: #BCF983;
}
</style>
background-color css
<style>
a { background-color: #BCF983; }
a { background-color: rgb(188,249,131); }
div.DivClassName
{
background-color: #BCF983;
}
.BgClassName
{
background-color: #BCF983;
}
</style>
border-color css
<style>
span { border-color: #BCF983; }
span { border-color: rgb(188,249,131); }
td.TdClassName
{
border-color: #BCF983;
}
.TagClassName
{
border-color: #BCF983;
}
</style>