Shades of Sulu #BCF369
Tints of Sulu #BCF369
RGB
CMYK
RGB Variations
Color information
#BCF369 (or 0xBCF369) is known color: Sulu. HEX triplet: BC, F3 and 69. RGB value is (188,243,105). Sum of RGB (Red+Green+Blue) = 188+243+105=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF369 is #430C96. Grayscale: #D3D3D3. Windows color (decimal): -4394135 or 6943676. OLE color: 6943676.
HSL color Cylindrical-coordinate representation of color #BCF369: hue angle of 83.91º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF369 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 105 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.05 |
| HSL | 83.91º | 0.85% | 0.68% | - |
| HSV(B) | 83.91º | 0.57% | 0.95% | - |
| XYZ | 55.34 | 75.81 | 25.08 | - |
| YUV | 210.82 | 68.28 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 105 | 0.23 | 0 | 0.57 | 0.05 | 83.91 | 0.85 | 0.68 |
| Hex | BC | F3 | 69 | 17 | 0 | 39 | 5 | 54 | 55 | 44 |
| Octal | 274 | 363 | 151 | 27 | 0 | 71 | 5 | 124 | 125 | 104 |
| Binary | 10111100 | 11110011 | 1101001 | 10111 | 0 | 111001 | 101 | 1010100 | 1010101 | 1000100 |
Color Harmonies of #BCF369
Complementary color
Monochromatic Colors of #BCF369
Black with #BCF369
Text Example
Text Example
White with #BCF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF369; }
p { color: rgb(188,243,105); }
H1.HeaderClassName
{
color: #BCF369;
}
.AnyTagClassName
{
color: #BCF369;
}
</style>
background-color css
<style>
a { background-color: #BCF369; }
a { background-color: rgb(188,243,105); }
div.DivClassName
{
background-color: #BCF369;
}
.BgClassName
{
background-color: #BCF369;
}
</style>
border-color css
<style>
span { border-color: #BCF369; }
span { border-color: rgb(188,243,105); }
td.TdClassName
{
border-color: #BCF369;
}
.TagClassName
{
border-color: #BCF369;
}
</style>