Shades of Sulu #BCF485
Tints of Sulu #BCF485
RGB
CMYK
RGB Variations
Color information
#BCF485 (or 0xBCF485) is known color: Sulu. HEX triplet: BC, F4 and 85. RGB value is (188,244,133). Sum of RGB (Red+Green+Blue) = 188+244+133=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF485 is #430B7A. Grayscale: #D6D6D6. Windows color (decimal): -4393851 or 8778940. OLE color: 8778940.
HSL color Cylindrical-coordinate representation of color #BCF485: hue angle of 90.27º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCF485 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 133 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.04 |
| HSL | 90.27º | 0.83% | 0.74% | - |
| HSV(B) | 90.27º | 0.45% | 0.96% | - |
| XYZ | 57.32 | 77.09 | 34.05 | - |
| YUV | 214.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 133 | 0.23 | 0 | 0.45 | 0.04 | 90.27 | 0.83 | 0.74 |
| Hex | BC | F4 | 85 | 17 | 0 | 2D | 4 | 5A | 53 | 4A |
| Octal | 274 | 364 | 205 | 27 | 0 | 55 | 4 | 132 | 123 | 112 |
| Binary | 10111100 | 11110100 | 10000101 | 10111 | 0 | 101101 | 100 | 1011010 | 1010011 | 1001010 |
Color Harmonies of #BCF485
Complementary color
Monochromatic Colors of #BCF485
Black with #BCF485
Text Example
Text Example
White with #BCF485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF485; }
p { color: rgb(188,244,133); }
H1.HeaderClassName
{
color: #BCF485;
}
.AnyTagClassName
{
color: #BCF485;
}
</style>
background-color css
<style>
a { background-color: #BCF485; }
a { background-color: rgb(188,244,133); }
div.DivClassName
{
background-color: #BCF485;
}
.BgClassName
{
background-color: #BCF485;
}
</style>
border-color css
<style>
span { border-color: #BCF485; }
span { border-color: rgb(188,244,133); }
td.TdClassName
{
border-color: #BCF485;
}
.TagClassName
{
border-color: #BCF485;
}
</style>