Shades of Sulu #BCF38C
Tints of Sulu #BCF38C
RGB
CMYK
RGB Variations
Color information
#BCF38C (or 0xBCF38C) is known color: Sulu. HEX triplet: BC, F3 and 8C. RGB value is (188,243,140). Sum of RGB (Red+Green+Blue) = 188+243+140=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF38C is #430C73. Grayscale: #D7D7D7. Windows color (decimal): -4394100 or 9237436. OLE color: 9237436.
HSL color Cylindrical-coordinate representation of color #BCF38C: hue angle of 92.04º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCF38C is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 140 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.05 |
| HSL | 92.04º | 0.81% | 0.75% | - |
| HSV(B) | 92.04º | 0.42% | 0.95% | - |
| XYZ | 57.52 | 76.69 | 36.58 | - |
| YUV | 214.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 140 | 0.23 | 0 | 0.42 | 0.05 | 92.04 | 0.81 | 0.75 |
| Hex | BC | F3 | 8C | 17 | 0 | 2A | 5 | 5C | 51 | 4B |
| Octal | 274 | 363 | 214 | 27 | 0 | 52 | 5 | 134 | 121 | 113 |
| Binary | 10111100 | 11110011 | 10001100 | 10111 | 0 | 101010 | 101 | 1011100 | 1010001 | 1001011 |
Color Harmonies of #BCF38C
Complementary color
Monochromatic Colors of #BCF38C
Black with #BCF38C
Text Example
Text Example
White with #BCF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF38C; }
p { color: rgb(188,243,140); }
H1.HeaderClassName
{
color: #BCF38C;
}
.AnyTagClassName
{
color: #BCF38C;
}
</style>
background-color css
<style>
a { background-color: #BCF38C; }
a { background-color: rgb(188,243,140); }
div.DivClassName
{
background-color: #BCF38C;
}
.BgClassName
{
background-color: #BCF38C;
}
</style>
border-color css
<style>
span { border-color: #BCF38C; }
span { border-color: rgb(188,243,140); }
td.TdClassName
{
border-color: #BCF38C;
}
.TagClassName
{
border-color: #BCF38C;
}
</style>