Shades of Sulu #BCF98A
Tints of Sulu #BCF98A
RGB
CMYK
RGB Variations
Color information
#BCF98A (or 0xBCF98A) is known color: Sulu. HEX triplet: BC, F9 and 8A. RGB value is (188,249,138). Sum of RGB (Red+Green+Blue) = 188+249+138=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF98A is #430675. Grayscale: #DADADA. Windows color (decimal): -4392566 or 9107900. OLE color: 9107900.
HSL color Cylindrical-coordinate representation of color #BCF98A: hue angle of 92.97º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCF98A is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 138 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.02 |
| HSL | 92.97º | 0.9% | 0.76% | - |
| HSV(B) | 92.97º | 0.45% | 0.98% | - |
| XYZ | 59.2 | 80.28 | 36.42 | - |
| YUV | 218.11 | 82.79 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 138 | 0.24 | 0 | 0.45 | 0.02 | 92.97 | 0.9 | 0.76 |
| Hex | BC | F9 | 8A | 18 | 0 | 2D | 2 | 5D | 5A | 4C |
| Octal | 274 | 371 | 212 | 30 | 0 | 55 | 2 | 135 | 132 | 114 |
| Binary | 10111100 | 11111001 | 10001010 | 11000 | 0 | 101101 | 10 | 1011101 | 1011010 | 1001100 |
Color Harmonies of #BCF98A
Complementary color
Monochromatic Colors of #BCF98A
Black with #BCF98A
Text Example
Text Example
White with #BCF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF98A; }
p { color: rgb(188,249,138); }
H1.HeaderClassName
{
color: #BCF98A;
}
.AnyTagClassName
{
color: #BCF98A;
}
</style>
background-color css
<style>
a { background-color: #BCF98A; }
a { background-color: rgb(188,249,138); }
div.DivClassName
{
background-color: #BCF98A;
}
.BgClassName
{
background-color: #BCF98A;
}
</style>
border-color css
<style>
span { border-color: #BCF98A; }
span { border-color: rgb(188,249,138); }
td.TdClassName
{
border-color: #BCF98A;
}
.TagClassName
{
border-color: #BCF98A;
}
</style>