Shades of Sulu #BCF764
Tints of Sulu #BCF764
RGB
CMYK
RGB Variations
Color information
#BCF764 (or 0xBCF764) is known color: Sulu. HEX triplet: BC, F7 and 64. RGB value is (188,247,100). Sum of RGB (Red+Green+Blue) = 188+247+100=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF764 is #43089B. Grayscale: #D5D5D5. Windows color (decimal): -4393116 or 6617020. OLE color: 6617020.
HSL color Cylindrical-coordinate representation of color #BCF764: hue angle of 84.08º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF764 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 100 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.03 |
| HSL | 84.08º | 0.9% | 0.68% | - |
| HSV(B) | 84.08º | 0.6% | 0.97% | - |
| XYZ | 56.3 | 78.13 | 24.17 | - |
| YUV | 212.6 | 64.45 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 100 | 0.24 | 0 | 0.60 | 0.03 | 84.08 | 0.9 | 0.68 |
| Hex | BC | F7 | 64 | 18 | 0 | 3C | 3 | 54 | 5A | 44 |
| Octal | 274 | 367 | 144 | 30 | 0 | 74 | 3 | 124 | 132 | 104 |
| Binary | 10111100 | 11110111 | 1100100 | 11000 | 0 | 111100 | 11 | 1010100 | 1011010 | 1000100 |
Color Harmonies of #BCF764
Complementary color
Monochromatic Colors of #BCF764
Black with #BCF764
Text Example
Text Example
White with #BCF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF764; }
p { color: rgb(188,247,100); }
H1.HeaderClassName
{
color: #BCF764;
}
.AnyTagClassName
{
color: #BCF764;
}
</style>
background-color css
<style>
a { background-color: #BCF764; }
a { background-color: rgb(188,247,100); }
div.DivClassName
{
background-color: #BCF764;
}
.BgClassName
{
background-color: #BCF764;
}
</style>
border-color css
<style>
span { border-color: #BCF764; }
span { border-color: rgb(188,247,100); }
td.TdClassName
{
border-color: #BCF764;
}
.TagClassName
{
border-color: #BCF764;
}
</style>