Shades of Sulu #BCF275
Tints of Sulu #BCF275
RGB
CMYK
RGB Variations
Color information
#BCF275 (or 0xBCF275) is known color: Sulu. HEX triplet: BC, F2 and 75. RGB value is (188,242,117). Sum of RGB (Red+Green+Blue) = 188+242+117=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF275 is #430D8A. Grayscale: #D4D4D4. Windows color (decimal): -4394379 or 7729852. OLE color: 7729852.
HSL color Cylindrical-coordinate representation of color #BCF275: hue angle of 85.92º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF275 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 117 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.05 |
| HSL | 85.92º | 0.83% | 0.7% | - |
| HSV(B) | 85.92º | 0.52% | 0.95% | - |
| XYZ | 55.7 | 75.48 | 28.46 | - |
| YUV | 211.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 117 | 0.22 | 0 | 0.52 | 0.05 | 85.92 | 0.83 | 0.7 |
| Hex | BC | F2 | 75 | 16 | 0 | 34 | 5 | 56 | 53 | 46 |
| Octal | 274 | 362 | 165 | 26 | 0 | 64 | 5 | 126 | 123 | 106 |
| Binary | 10111100 | 11110010 | 1110101 | 10110 | 0 | 110100 | 101 | 1010110 | 1010011 | 1000110 |
Color Harmonies of #BCF275
Complementary color
Monochromatic Colors of #BCF275
Black with #BCF275
Text Example
Text Example
White with #BCF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF275; }
p { color: rgb(188,242,117); }
H1.HeaderClassName
{
color: #BCF275;
}
.AnyTagClassName
{
color: #BCF275;
}
</style>
background-color css
<style>
a { background-color: #BCF275; }
a { background-color: rgb(188,242,117); }
div.DivClassName
{
background-color: #BCF275;
}
.BgClassName
{
background-color: #BCF275;
}
</style>
border-color css
<style>
span { border-color: #BCF275; }
span { border-color: rgb(188,242,117); }
td.TdClassName
{
border-color: #BCF275;
}
.TagClassName
{
border-color: #BCF275;
}
</style>