Shades of Sulu #BCF665
Tints of Sulu #BCF665
RGB
CMYK
RGB Variations
Color information
#BCF665 (or 0xBCF665) is known color: Sulu. HEX triplet: BC, F6 and 65. RGB value is (188,246,101). Sum of RGB (Red+Green+Blue) = 188+246+101=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF665 is #43099A. Grayscale: #D4D4D4. Windows color (decimal): -4393371 or 6682300. OLE color: 6682300.
HSL color Cylindrical-coordinate representation of color #BCF665: hue angle of 84º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF665 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 101 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.04 |
| HSL | 84º | 0.89% | 0.68% | - |
| HSV(B) | 84º | 0.59% | 0.96% | - |
| XYZ | 56.04 | 77.54 | 24.33 | - |
| YUV | 212.13 | 65.28 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 101 | 0.24 | 0 | 0.59 | 0.04 | 84 | 0.89 | 0.68 |
| Hex | BC | F6 | 65 | 18 | 0 | 3B | 4 | 54 | 59 | 44 |
| Octal | 274 | 366 | 145 | 30 | 0 | 73 | 4 | 124 | 131 | 104 |
| Binary | 10111100 | 11110110 | 1100101 | 11000 | 0 | 111011 | 100 | 1010100 | 1011001 | 1000100 |
Color Harmonies of #BCF665
Complementary color
Monochromatic Colors of #BCF665
Black with #BCF665
Text Example
Text Example
White with #BCF665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF665; }
p { color: rgb(188,246,101); }
H1.HeaderClassName
{
color: #BCF665;
}
.AnyTagClassName
{
color: #BCF665;
}
</style>
background-color css
<style>
a { background-color: #BCF665; }
a { background-color: rgb(188,246,101); }
div.DivClassName
{
background-color: #BCF665;
}
.BgClassName
{
background-color: #BCF665;
}
</style>
border-color css
<style>
span { border-color: #BCF665; }
span { border-color: rgb(188,246,101); }
td.TdClassName
{
border-color: #BCF665;
}
.TagClassName
{
border-color: #BCF665;
}
</style>