Shades of Sulu #BCF38F
Tints of Sulu #BCF38F
RGB
CMYK
RGB Variations
Color information
#BCF38F (or 0xBCF38F) is known color: Sulu. HEX triplet: BC, F3 and 8F. RGB value is (188,243,143). Sum of RGB (Red+Green+Blue) = 188+243+143=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF38F is #430C70. Grayscale: #D7D7D7. Windows color (decimal): -4394097 or 9434044. OLE color: 9434044.
HSL color Cylindrical-coordinate representation of color #BCF38F: hue angle of 93º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCF38F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 143 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.05 |
| HSL | 93º | 0.81% | 0.76% | - |
| HSV(B) | 93º | 0.41% | 0.95% | - |
| XYZ | 57.75 | 76.78 | 37.76 | - |
| YUV | 215.16 | 87.28 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 143 | 0.23 | 0 | 0.41 | 0.05 | 93 | 0.81 | 0.76 |
| Hex | BC | F3 | 8F | 17 | 0 | 29 | 5 | 5D | 51 | 4C |
| Octal | 274 | 363 | 217 | 27 | 0 | 51 | 5 | 135 | 121 | 114 |
| Binary | 10111100 | 11110011 | 10001111 | 10111 | 0 | 101001 | 101 | 1011101 | 1010001 | 1001100 |
Color Harmonies of #BCF38F
Complementary color
Monochromatic Colors of #BCF38F
Black with #BCF38F
Text Example
Text Example
White with #BCF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF38F; }
p { color: rgb(188,243,143); }
H1.HeaderClassName
{
color: #BCF38F;
}
.AnyTagClassName
{
color: #BCF38F;
}
</style>
background-color css
<style>
a { background-color: #BCF38F; }
a { background-color: rgb(188,243,143); }
div.DivClassName
{
background-color: #BCF38F;
}
.BgClassName
{
background-color: #BCF38F;
}
</style>
border-color css
<style>
span { border-color: #BCF38F; }
span { border-color: rgb(188,243,143); }
td.TdClassName
{
border-color: #BCF38F;
}
.TagClassName
{
border-color: #BCF38F;
}
</style>