Shades of Sulu #BCF188
Tints of Sulu #BCF188
RGB
CMYK
RGB Variations
Color information
#BCF188 (or 0xBCF188) is known color: Sulu. HEX triplet: BC, F1 and 88. RGB value is (188,241,136). Sum of RGB (Red+Green+Blue) = 188+241+136=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF188 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF188 is #430E77. Grayscale: #D5D5D5. Windows color (decimal): -4394616 or 8974780. OLE color: 8974780.
HSL color Cylindrical-coordinate representation of color #BCF188: hue angle of 90.29º degrees, saturation: 0.79, 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 #BCF188 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 136 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.05 |
| HSL | 90.29º | 0.79% | 0.74% | - |
| HSV(B) | 90.29º | 0.44% | 0.95% | - |
| XYZ | 56.64 | 75.38 | 34.86 | - |
| YUV | 213.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 136 | 0.22 | 0 | 0.44 | 0.05 | 90.29 | 0.79 | 0.74 |
| Hex | BC | F1 | 88 | 16 | 0 | 2C | 5 | 5A | 4F | 4A |
| Octal | 274 | 361 | 210 | 26 | 0 | 54 | 5 | 132 | 117 | 112 |
| Binary | 10111100 | 11110001 | 10001000 | 10110 | 0 | 101100 | 101 | 1011010 | 1001111 | 1001010 |
Color Harmonies of #BCF188
Complementary color
Monochromatic Colors of #BCF188
Black with #BCF188
Text Example
Text Example
White with #BCF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF188; }
p { color: rgb(188,241,136); }
H1.HeaderClassName
{
color: #BCF188;
}
.AnyTagClassName
{
color: #BCF188;
}
</style>
background-color css
<style>
a { background-color: #BCF188; }
a { background-color: rgb(188,241,136); }
div.DivClassName
{
background-color: #BCF188;
}
.BgClassName
{
background-color: #BCF188;
}
</style>
border-color css
<style>
span { border-color: #BCF188; }
span { border-color: rgb(188,241,136); }
td.TdClassName
{
border-color: #BCF188;
}
.TagClassName
{
border-color: #BCF188;
}
</style>