Shades of Sulu #BCF385
Tints of Sulu #BCF385
RGB
CMYK
RGB Variations
Color information
#BCF385 (or 0xBCF385) is known color: Sulu. HEX triplet: BC, F3 and 85. RGB value is (188,243,133). Sum of RGB (Red+Green+Blue) = 188+243+133=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF385 is #430C7A. Grayscale: #D6D6D6. Windows color (decimal): -4394107 or 8778684. OLE color: 8778684.
HSL color Cylindrical-coordinate representation of color #BCF385: hue angle of 90º degrees, saturation: 0.82, 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 #BCF385 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 133 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.05 |
| HSL | 90º | 0.82% | 0.74% | - |
| HSV(B) | 90º | 0.45% | 0.95% | - |
| XYZ | 57.02 | 76.49 | 33.95 | - |
| YUV | 214.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 133 | 0.23 | 0 | 0.45 | 0.05 | 90 | 0.82 | 0.74 |
| Hex | BC | F3 | 85 | 17 | 0 | 2D | 5 | 5A | 52 | 4A |
| Octal | 274 | 363 | 205 | 27 | 0 | 55 | 5 | 132 | 122 | 112 |
| Binary | 10111100 | 11110011 | 10000101 | 10111 | 0 | 101101 | 101 | 1011010 | 1010010 | 1001010 |
Color Harmonies of #BCF385
Complementary color
Monochromatic Colors of #BCF385
Black with #BCF385
Text Example
Text Example
White with #BCF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF385; }
p { color: rgb(188,243,133); }
H1.HeaderClassName
{
color: #BCF385;
}
.AnyTagClassName
{
color: #BCF385;
}
</style>
background-color css
<style>
a { background-color: #BCF385; }
a { background-color: rgb(188,243,133); }
div.DivClassName
{
background-color: #BCF385;
}
.BgClassName
{
background-color: #BCF385;
}
</style>
border-color css
<style>
span { border-color: #BCF385; }
span { border-color: rgb(188,243,133); }
td.TdClassName
{
border-color: #BCF385;
}
.TagClassName
{
border-color: #BCF385;
}
</style>