Shades of Sulu #BCF383
Tints of Sulu #BCF383
RGB
CMYK
RGB Variations
Color information
#BCF383 (or 0xBCF383) is known color: Sulu. HEX triplet: BC, F3 and 83. RGB value is (188,243,131). Sum of RGB (Red+Green+Blue) = 188+243+131=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF383 is #430C7C. Grayscale: #D6D6D6. Windows color (decimal): -4394109 or 8647612. OLE color: 8647612.
HSL color Cylindrical-coordinate representation of color #BCF383: hue angle of 89.46º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF383 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 131 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.05 |
| HSL | 89.46º | 0.82% | 0.73% | - |
| HSV(B) | 89.46º | 0.46% | 0.95% | - |
| XYZ | 56.89 | 76.43 | 33.23 | - |
| YUV | 213.79 | 81.28 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 131 | 0.23 | 0 | 0.46 | 0.05 | 89.46 | 0.82 | 0.73 |
| Hex | BC | F3 | 83 | 17 | 0 | 2E | 5 | 59 | 52 | 49 |
| Octal | 274 | 363 | 203 | 27 | 0 | 56 | 5 | 131 | 122 | 111 |
| Binary | 10111100 | 11110011 | 10000011 | 10111 | 0 | 101110 | 101 | 1011001 | 1010010 | 1001001 |
Color Harmonies of #BCF383
Complementary color
Monochromatic Colors of #BCF383
Black with #BCF383
Text Example
Text Example
White with #BCF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF383; }
p { color: rgb(188,243,131); }
H1.HeaderClassName
{
color: #BCF383;
}
.AnyTagClassName
{
color: #BCF383;
}
</style>
background-color css
<style>
a { background-color: #BCF383; }
a { background-color: rgb(188,243,131); }
div.DivClassName
{
background-color: #BCF383;
}
.BgClassName
{
background-color: #BCF383;
}
</style>
border-color css
<style>
span { border-color: #BCF383; }
span { border-color: rgb(188,243,131); }
td.TdClassName
{
border-color: #BCF383;
}
.TagClassName
{
border-color: #BCF383;
}
</style>