Shades of Sulu #BCF285
Tints of Sulu #BCF285
RGB
CMYK
RGB Variations
Color information
#BCF285 (or 0xBCF285) is known color: Sulu. HEX triplet: BC, F2 and 85. RGB value is (188,242,133). Sum of RGB (Red+Green+Blue) = 188+242+133=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF285 is #430D7A. Grayscale: #D5D5D5. Windows color (decimal): -4394363 or 8778428. OLE color: 8778428.
HSL color Cylindrical-coordinate representation of color #BCF285: hue angle of 89.72º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCF285 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 133 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.05 |
| HSL | 89.72º | 0.81% | 0.74% | - |
| HSV(B) | 89.72º | 0.45% | 0.95% | - |
| XYZ | 56.72 | 75.89 | 33.85 | - |
| YUV | 213.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 133 | 0.22 | 0 | 0.45 | 0.05 | 89.72 | 0.81 | 0.74 |
| Hex | BC | F2 | 85 | 16 | 0 | 2D | 5 | 5A | 51 | 4A |
| Octal | 274 | 362 | 205 | 26 | 0 | 55 | 5 | 132 | 121 | 112 |
| Binary | 10111100 | 11110010 | 10000101 | 10110 | 0 | 101101 | 101 | 1011010 | 1010001 | 1001010 |
Color Harmonies of #BCF285
Complementary color
Monochromatic Colors of #BCF285
Black with #BCF285
Text Example
Text Example
White with #BCF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF285; }
p { color: rgb(188,242,133); }
H1.HeaderClassName
{
color: #BCF285;
}
.AnyTagClassName
{
color: #BCF285;
}
</style>
background-color css
<style>
a { background-color: #BCF285; }
a { background-color: rgb(188,242,133); }
div.DivClassName
{
background-color: #BCF285;
}
.BgClassName
{
background-color: #BCF285;
}
</style>
border-color css
<style>
span { border-color: #BCF285; }
span { border-color: rgb(188,242,133); }
td.TdClassName
{
border-color: #BCF285;
}
.TagClassName
{
border-color: #BCF285;
}
</style>