Shades of Sulu #BCF373
Tints of Sulu #BCF373
RGB
CMYK
RGB Variations
Color information
#BCF373 (or 0xBCF373) is known color: Sulu. HEX triplet: BC, F3 and 73. RGB value is (188,243,115). Sum of RGB (Red+Green+Blue) = 188+243+115=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF373 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF373 is #430C8C. Grayscale: #D4D4D4. Windows color (decimal): -4394125 or 7599036. OLE color: 7599036.
HSL color Cylindrical-coordinate representation of color #BCF373: hue angle of 85.78º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCF373 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 115 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.05 |
| HSL | 85.78º | 0.84% | 0.7% | - |
| HSV(B) | 85.78º | 0.53% | 0.95% | - |
| XYZ | 55.88 | 76.03 | 27.95 | - |
| YUV | 211.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 115 | 0.23 | 0 | 0.53 | 0.05 | 85.78 | 0.84 | 0.7 |
| Hex | BC | F3 | 73 | 17 | 0 | 35 | 5 | 56 | 54 | 46 |
| Octal | 274 | 363 | 163 | 27 | 0 | 65 | 5 | 126 | 124 | 106 |
| Binary | 10111100 | 11110011 | 1110011 | 10111 | 0 | 110101 | 101 | 1010110 | 1010100 | 1000110 |
Color Harmonies of #BCF373
Complementary color
Monochromatic Colors of #BCF373
Black with #BCF373
Text Example
Text Example
White with #BCF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF373; }
p { color: rgb(188,243,115); }
H1.HeaderClassName
{
color: #BCF373;
}
.AnyTagClassName
{
color: #BCF373;
}
</style>
background-color css
<style>
a { background-color: #BCF373; }
a { background-color: rgb(188,243,115); }
div.DivClassName
{
background-color: #BCF373;
}
.BgClassName
{
background-color: #BCF373;
}
</style>
border-color css
<style>
span { border-color: #BCF373; }
span { border-color: rgb(188,243,115); }
td.TdClassName
{
border-color: #BCF373;
}
.TagClassName
{
border-color: #BCF373;
}
</style>