Shades of Sulu #BCF982
Tints of Sulu #BCF982
RGB
CMYK
RGB Variations
Color information
#BCF982 (or 0xBCF982) is known color: Sulu. HEX triplet: BC, F9 and 82. RGB value is (188,249,130). Sum of RGB (Red+Green+Blue) = 188+249+130=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF982 is #43067D. Grayscale: #D9D9D9. Windows color (decimal): -4392574 or 8583612. OLE color: 8583612.
HSL color Cylindrical-coordinate representation of color #BCF982: hue angle of 90.76º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCF982 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 130 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.02 |
| HSL | 90.76º | 0.91% | 0.74% | - |
| HSV(B) | 90.76º | 0.48% | 0.98% | - |
| XYZ | 58.64 | 80.05 | 33.48 | - |
| YUV | 217.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 130 | 0.24 | 0 | 0.48 | 0.02 | 90.76 | 0.91 | 0.74 |
| Hex | BC | F9 | 82 | 18 | 0 | 30 | 2 | 5B | 5B | 4A |
| Octal | 274 | 371 | 202 | 30 | 0 | 60 | 2 | 133 | 133 | 112 |
| Binary | 10111100 | 11111001 | 10000010 | 11000 | 0 | 110000 | 10 | 1011011 | 1011011 | 1001010 |
Color Harmonies of #BCF982
Complementary color
Monochromatic Colors of #BCF982
Black with #BCF982
Text Example
Text Example
White with #BCF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF982; }
p { color: rgb(188,249,130); }
H1.HeaderClassName
{
color: #BCF982;
}
.AnyTagClassName
{
color: #BCF982;
}
</style>
background-color css
<style>
a { background-color: #BCF982; }
a { background-color: rgb(188,249,130); }
div.DivClassName
{
background-color: #BCF982;
}
.BgClassName
{
background-color: #BCF982;
}
</style>
border-color css
<style>
span { border-color: #BCF982; }
span { border-color: rgb(188,249,130); }
td.TdClassName
{
border-color: #BCF982;
}
.TagClassName
{
border-color: #BCF982;
}
</style>