Shades of Sulu #BCF388
Tints of Sulu #BCF388
RGB
CMYK
RGB Variations
Color information
#BCF388 (or 0xBCF388) is known color: Sulu. HEX triplet: BC, F3 and 88. RGB value is (188,243,136). Sum of RGB (Red+Green+Blue) = 188+243+136=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF388 is #430C77. Grayscale: #D6D6D6. Windows color (decimal): -4394104 or 8975292. OLE color: 8975292.
HSL color Cylindrical-coordinate representation of color #BCF388: hue angle of 90.84º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCF388 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 136 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.05 |
| HSL | 90.84º | 0.82% | 0.74% | - |
| HSV(B) | 90.84º | 0.44% | 0.95% | - |
| XYZ | 57.23 | 76.57 | 35.06 | - |
| YUV | 214.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 136 | 0.23 | 0 | 0.44 | 0.05 | 90.84 | 0.82 | 0.74 |
| Hex | BC | F3 | 88 | 17 | 0 | 2C | 5 | 5B | 52 | 4A |
| Octal | 274 | 363 | 210 | 27 | 0 | 54 | 5 | 133 | 122 | 112 |
| Binary | 10111100 | 11110011 | 10001000 | 10111 | 0 | 101100 | 101 | 1011011 | 1010010 | 1001010 |
Color Harmonies of #BCF388
Complementary color
Monochromatic Colors of #BCF388
Black with #BCF388
Text Example
Text Example
White with #BCF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF388; }
p { color: rgb(188,243,136); }
H1.HeaderClassName
{
color: #BCF388;
}
.AnyTagClassName
{
color: #BCF388;
}
</style>
background-color css
<style>
a { background-color: #BCF388; }
a { background-color: rgb(188,243,136); }
div.DivClassName
{
background-color: #BCF388;
}
.BgClassName
{
background-color: #BCF388;
}
</style>
border-color css
<style>
span { border-color: #BCF388; }
span { border-color: rgb(188,243,136); }
td.TdClassName
{
border-color: #BCF388;
}
.TagClassName
{
border-color: #BCF388;
}
</style>