Shades of Sulu #BCF575
Tints of Sulu #BCF575
RGB
CMYK
RGB Variations
Color information
#BCF575 (or 0xBCF575) is known color: Sulu. HEX triplet: BC, F5 and 75. RGB value is (188,245,117). Sum of RGB (Red+Green+Blue) = 188+245+117=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF575 is #430A8A. Grayscale: #D5D5D5. Windows color (decimal): -4393611 or 7730620. OLE color: 7730620.
HSL color Cylindrical-coordinate representation of color #BCF575: hue angle of 86.72º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF575 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 117 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.04 |
| HSL | 86.72º | 0.86% | 0.71% | - |
| HSV(B) | 86.72º | 0.52% | 0.96% | - |
| XYZ | 56.6 | 77.28 | 28.76 | - |
| YUV | 213.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 117 | 0.23 | 0 | 0.52 | 0.04 | 86.72 | 0.86 | 0.71 |
| Hex | BC | F5 | 75 | 17 | 0 | 34 | 4 | 57 | 56 | 47 |
| Octal | 274 | 365 | 165 | 27 | 0 | 64 | 4 | 127 | 126 | 107 |
| Binary | 10111100 | 11110101 | 1110101 | 10111 | 0 | 110100 | 100 | 1010111 | 1010110 | 1000111 |
Color Harmonies of #BCF575
Complementary color
Monochromatic Colors of #BCF575
Black with #BCF575
Text Example
Text Example
White with #BCF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF575; }
p { color: rgb(188,245,117); }
H1.HeaderClassName
{
color: #BCF575;
}
.AnyTagClassName
{
color: #BCF575;
}
</style>
background-color css
<style>
a { background-color: #BCF575; }
a { background-color: rgb(188,245,117); }
div.DivClassName
{
background-color: #BCF575;
}
.BgClassName
{
background-color: #BCF575;
}
</style>
border-color css
<style>
span { border-color: #BCF575; }
span { border-color: rgb(188,245,117); }
td.TdClassName
{
border-color: #BCF575;
}
.TagClassName
{
border-color: #BCF575;
}
</style>