Shades of Sulu #BCF583
Tints of Sulu #BCF583
RGB
CMYK
RGB Variations
Color information
#BCF583 (or 0xBCF583) is known color: Sulu. HEX triplet: BC, F5 and 83. RGB value is (188,245,131). Sum of RGB (Red+Green+Blue) = 188+245+131=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF583 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF583 is #430A7C. Grayscale: #D7D7D7. Windows color (decimal): -4393597 or 8648124. OLE color: 8648124.
HSL color Cylindrical-coordinate representation of color #BCF583: hue angle of 90º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF583 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 131 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.04 |
| HSL | 90º | 0.85% | 0.74% | - |
| HSV(B) | 90º | 0.47% | 0.96% | - |
| XYZ | 57.49 | 77.63 | 33.43 | - |
| YUV | 214.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 131 | 0.23 | 0 | 0.47 | 0.04 | 90 | 0.85 | 0.74 |
| Hex | BC | F5 | 83 | 17 | 0 | 2F | 4 | 5A | 55 | 4A |
| Octal | 274 | 365 | 203 | 27 | 0 | 57 | 4 | 132 | 125 | 112 |
| Binary | 10111100 | 11110101 | 10000011 | 10111 | 0 | 101111 | 100 | 1011010 | 1010101 | 1001010 |
Color Harmonies of #BCF583
Complementary color
Monochromatic Colors of #BCF583
Black with #BCF583
Text Example
Text Example
White with #BCF583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF583; }
p { color: rgb(188,245,131); }
H1.HeaderClassName
{
color: #BCF583;
}
.AnyTagClassName
{
color: #BCF583;
}
</style>
background-color css
<style>
a { background-color: #BCF583; }
a { background-color: rgb(188,245,131); }
div.DivClassName
{
background-color: #BCF583;
}
.BgClassName
{
background-color: #BCF583;
}
</style>
border-color css
<style>
span { border-color: #BCF583; }
span { border-color: rgb(188,245,131); }
td.TdClassName
{
border-color: #BCF583;
}
.TagClassName
{
border-color: #BCF583;
}
</style>