Shades of Sulu #BCF584
Tints of Sulu #BCF584
RGB
CMYK
RGB Variations
Color information
#BCF584 (or 0xBCF584) is known color: Sulu. HEX triplet: BC, F5 and 84. RGB value is (188,245,132). Sum of RGB (Red+Green+Blue) = 188+245+132=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF584 is #430A7B. Grayscale: #D7D7D7. Windows color (decimal): -4393596 or 8713660. OLE color: 8713660.
HSL color Cylindrical-coordinate representation of color #BCF584: hue angle of 90.27º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF584 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 132 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.04 |
| HSL | 90.27º | 0.85% | 0.74% | - |
| HSV(B) | 90.27º | 0.46% | 0.96% | - |
| XYZ | 57.56 | 77.66 | 33.79 | - |
| YUV | 215.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 132 | 0.23 | 0 | 0.46 | 0.04 | 90.27 | 0.85 | 0.74 |
| Hex | BC | F5 | 84 | 17 | 0 | 2E | 4 | 5A | 55 | 4A |
| Octal | 274 | 365 | 204 | 27 | 0 | 56 | 4 | 132 | 125 | 112 |
| Binary | 10111100 | 11110101 | 10000100 | 10111 | 0 | 101110 | 100 | 1011010 | 1010101 | 1001010 |
Color Harmonies of #BCF584
Complementary color
Monochromatic Colors of #BCF584
Black with #BCF584
Text Example
Text Example
White with #BCF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF584; }
p { color: rgb(188,245,132); }
H1.HeaderClassName
{
color: #BCF584;
}
.AnyTagClassName
{
color: #BCF584;
}
</style>
background-color css
<style>
a { background-color: #BCF584; }
a { background-color: rgb(188,245,132); }
div.DivClassName
{
background-color: #BCF584;
}
.BgClassName
{
background-color: #BCF584;
}
</style>
border-color css
<style>
span { border-color: #BCF584; }
span { border-color: rgb(188,245,132); }
td.TdClassName
{
border-color: #BCF584;
}
.TagClassName
{
border-color: #BCF584;
}
</style>