Shades of Sulu #BCF668
Tints of Sulu #BCF668
RGB
CMYK
RGB Variations
Color information
#BCF668 (or 0xBCF668) is known color: Sulu. HEX triplet: BC, F6 and 68. RGB value is (188,246,104). Sum of RGB (Red+Green+Blue) = 188+246+104=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF668 is #430997. Grayscale: #D4D4D4. Windows color (decimal): -4393368 or 6878908. OLE color: 6878908.
HSL color Cylindrical-coordinate representation of color #BCF668: hue angle of 84.51º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCF668 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 104 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.04 |
| HSL | 84.51º | 0.89% | 0.69% | - |
| HSV(B) | 84.51º | 0.58% | 0.96% | - |
| XYZ | 56.19 | 77.6 | 25.11 | - |
| YUV | 212.47 | 66.78 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 104 | 0.24 | 0 | 0.58 | 0.04 | 84.51 | 0.89 | 0.69 |
| Hex | BC | F6 | 68 | 18 | 0 | 3A | 4 | 55 | 59 | 45 |
| Octal | 274 | 366 | 150 | 30 | 0 | 72 | 4 | 125 | 131 | 105 |
| Binary | 10111100 | 11110110 | 1101000 | 11000 | 0 | 111010 | 100 | 1010101 | 1011001 | 1000101 |
Color Harmonies of #BCF668
Complementary color
Monochromatic Colors of #BCF668
Black with #BCF668
Text Example
Text Example
White with #BCF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF668; }
p { color: rgb(188,246,104); }
H1.HeaderClassName
{
color: #BCF668;
}
.AnyTagClassName
{
color: #BCF668;
}
</style>
background-color css
<style>
a { background-color: #BCF668; }
a { background-color: rgb(188,246,104); }
div.DivClassName
{
background-color: #BCF668;
}
.BgClassName
{
background-color: #BCF668;
}
</style>
border-color css
<style>
span { border-color: #BCF668; }
span { border-color: rgb(188,246,104); }
td.TdClassName
{
border-color: #BCF668;
}
.TagClassName
{
border-color: #BCF668;
}
</style>