Shades of Sulu #BCF98D
Tints of Sulu #BCF98D
RGB
CMYK
RGB Variations
Color information
#BCF98D (or 0xBCF98D) is known color: Sulu. HEX triplet: BC, F9 and 8D. RGB value is (188,249,141). Sum of RGB (Red+Green+Blue) = 188+249+141=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF98D is #430672. Grayscale: #DADADA. Windows color (decimal): -4392563 or 9304508. OLE color: 9304508.
HSL color Cylindrical-coordinate representation of color #BCF98D: hue angle of 93.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCF98D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 141 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.02 |
| HSL | 93.89º | 0.9% | 0.76% | - |
| HSV(B) | 93.89º | 0.43% | 0.98% | - |
| XYZ | 59.42 | 80.37 | 37.58 | - |
| YUV | 218.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 141 | 0.24 | 0 | 0.43 | 0.02 | 93.89 | 0.9 | 0.76 |
| Hex | BC | F9 | 8D | 18 | 0 | 2B | 2 | 5E | 5A | 4C |
| Octal | 274 | 371 | 215 | 30 | 0 | 53 | 2 | 136 | 132 | 114 |
| Binary | 10111100 | 11111001 | 10001101 | 11000 | 0 | 101011 | 10 | 1011110 | 1011010 | 1001100 |
Color Harmonies of #BCF98D
Complementary color
Monochromatic Colors of #BCF98D
Black with #BCF98D
Text Example
Text Example
White with #BCF98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF98D; }
p { color: rgb(188,249,141); }
H1.HeaderClassName
{
color: #BCF98D;
}
.AnyTagClassName
{
color: #BCF98D;
}
</style>
background-color css
<style>
a { background-color: #BCF98D; }
a { background-color: rgb(188,249,141); }
div.DivClassName
{
background-color: #BCF98D;
}
.BgClassName
{
background-color: #BCF98D;
}
</style>
border-color css
<style>
span { border-color: #BCF98D; }
span { border-color: rgb(188,249,141); }
td.TdClassName
{
border-color: #BCF98D;
}
.TagClassName
{
border-color: #BCF98D;
}
</style>