Shades of Sulu #BCF866
Tints of Sulu #BCF866
RGB
CMYK
RGB Variations
Color information
#BCF866 (or 0xBCF866) is known color: Sulu. HEX triplet: BC, F8 and 66. RGB value is (188,248,102). Sum of RGB (Red+Green+Blue) = 188+248+102=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF866 is #430799. Grayscale: #D5D5D5. Windows color (decimal): -4392858 or 6748348. OLE color: 6748348.
HSL color Cylindrical-coordinate representation of color #BCF866: hue angle of 84.66º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF866 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 102 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.03 |
| HSL | 84.66º | 0.91% | 0.69% | - |
| HSV(B) | 84.66º | 0.59% | 0.97% | - |
| XYZ | 56.7 | 78.79 | 24.79 | - |
| YUV | 213.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 102 | 0.24 | 0 | 0.59 | 0.03 | 84.66 | 0.91 | 0.69 |
| Hex | BC | F8 | 66 | 18 | 0 | 3B | 3 | 55 | 5B | 45 |
| Octal | 274 | 370 | 146 | 30 | 0 | 73 | 3 | 125 | 133 | 105 |
| Binary | 10111100 | 11111000 | 1100110 | 11000 | 0 | 111011 | 11 | 1010101 | 1011011 | 1000101 |
Color Harmonies of #BCF866
Complementary color
Monochromatic Colors of #BCF866
Black with #BCF866
Text Example
Text Example
White with #BCF866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF866; }
p { color: rgb(188,248,102); }
H1.HeaderClassName
{
color: #BCF866;
}
.AnyTagClassName
{
color: #BCF866;
}
</style>
background-color css
<style>
a { background-color: #BCF866; }
a { background-color: rgb(188,248,102); }
div.DivClassName
{
background-color: #BCF866;
}
.BgClassName
{
background-color: #BCF866;
}
</style>
border-color css
<style>
span { border-color: #BCF866; }
span { border-color: rgb(188,248,102); }
td.TdClassName
{
border-color: #BCF866;
}
.TagClassName
{
border-color: #BCF866;
}
</style>