Shades of Sulu #BCF873
Tints of Sulu #BCF873
RGB
CMYK
RGB Variations
Color information
#BCF873 (or 0xBCF873) is known color: Sulu. HEX triplet: BC, F8 and 73. RGB value is (188,248,115). Sum of RGB (Red+Green+Blue) = 188+248+115=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF873 is #43078C. Grayscale: #D7D7D7. Windows color (decimal): -4392845 or 7600316. OLE color: 7600316.
HSL color Cylindrical-coordinate representation of color #BCF873: hue angle of 87.07º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCF873 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 115 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.03 |
| HSL | 87.07º | 0.9% | 0.71% | - |
| HSV(B) | 87.07º | 0.54% | 0.97% | - |
| XYZ | 57.4 | 79.06 | 28.46 | - |
| YUV | 214.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 115 | 0.24 | 0 | 0.54 | 0.03 | 87.07 | 0.9 | 0.71 |
| Hex | BC | F8 | 73 | 18 | 0 | 36 | 3 | 57 | 5A | 47 |
| Octal | 274 | 370 | 163 | 30 | 0 | 66 | 3 | 127 | 132 | 107 |
| Binary | 10111100 | 11111000 | 1110011 | 11000 | 0 | 110110 | 11 | 1010111 | 1011010 | 1000111 |
Color Harmonies of #BCF873
Complementary color
Monochromatic Colors of #BCF873
Black with #BCF873
Text Example
Text Example
White with #BCF873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF873; }
p { color: rgb(188,248,115); }
H1.HeaderClassName
{
color: #BCF873;
}
.AnyTagClassName
{
color: #BCF873;
}
</style>
background-color css
<style>
a { background-color: #BCF873; }
a { background-color: rgb(188,248,115); }
div.DivClassName
{
background-color: #BCF873;
}
.BgClassName
{
background-color: #BCF873;
}
</style>
border-color css
<style>
span { border-color: #BCF873; }
span { border-color: rgb(188,248,115); }
td.TdClassName
{
border-color: #BCF873;
}
.TagClassName
{
border-color: #BCF873;
}
</style>