Shades of Sulu #BCF17B
Tints of Sulu #BCF17B
RGB
CMYK
RGB Variations
Color information
#BCF17B (or 0xBCF17B) is known color: Sulu. HEX triplet: BC, F1 and 7B. RGB value is (188,241,123). Sum of RGB (Red+Green+Blue) = 188+241+123=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF17B is #430E84. Grayscale: #D4D4D4. Windows color (decimal): -4394629 or 8122812. OLE color: 8122812.
HSL color Cylindrical-coordinate representation of color #BCF17B: hue angle of 86.95º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCF17B is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 123 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.05 |
| HSL | 86.95º | 0.81% | 0.71% | - |
| HSV(B) | 86.95º | 0.49% | 0.95% | - |
| XYZ | 55.77 | 75.03 | 30.28 | - |
| YUV | 211.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 123 | 0.22 | 0 | 0.49 | 0.05 | 86.95 | 0.81 | 0.71 |
| Hex | BC | F1 | 7B | 16 | 0 | 31 | 5 | 57 | 51 | 47 |
| Octal | 274 | 361 | 173 | 26 | 0 | 61 | 5 | 127 | 121 | 107 |
| Binary | 10111100 | 11110001 | 1111011 | 10110 | 0 | 110001 | 101 | 1010111 | 1010001 | 1000111 |
Color Harmonies of #BCF17B
Complementary color
Monochromatic Colors of #BCF17B
Black with #BCF17B
Text Example
Text Example
White with #BCF17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF17B; }
p { color: rgb(188,241,123); }
H1.HeaderClassName
{
color: #BCF17B;
}
.AnyTagClassName
{
color: #BCF17B;
}
</style>
background-color css
<style>
a { background-color: #BCF17B; }
a { background-color: rgb(188,241,123); }
div.DivClassName
{
background-color: #BCF17B;
}
.BgClassName
{
background-color: #BCF17B;
}
</style>
border-color css
<style>
span { border-color: #BCF17B; }
span { border-color: rgb(188,241,123); }
td.TdClassName
{
border-color: #BCF17B;
}
.TagClassName
{
border-color: #BCF17B;
}
</style>