Shades of Sulu #BCF68C
Tints of Sulu #BCF68C
RGB
CMYK
RGB Variations
Color information
#BCF68C (or 0xBCF68C) is known color: Sulu. HEX triplet: BC, F6 and 8C. RGB value is (188,246,140). Sum of RGB (Red+Green+Blue) = 188+246+140=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF68C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF68C is #430973. Grayscale: #D8D8D8. Windows color (decimal): -4393332 or 9238204. OLE color: 9238204.
HSL color Cylindrical-coordinate representation of color #BCF68C: hue angle of 92.83º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCF68C is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 140 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.04 |
| HSL | 92.83º | 0.85% | 0.76% | - |
| HSV(B) | 92.83º | 0.43% | 0.96% | - |
| XYZ | 58.43 | 78.5 | 36.88 | - |
| YUV | 216.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 140 | 0.24 | 0 | 0.43 | 0.04 | 92.83 | 0.85 | 0.76 |
| Hex | BC | F6 | 8C | 18 | 0 | 2B | 4 | 5D | 55 | 4C |
| Octal | 274 | 366 | 214 | 30 | 0 | 53 | 4 | 135 | 125 | 114 |
| Binary | 10111100 | 11110110 | 10001100 | 11000 | 0 | 101011 | 100 | 1011101 | 1010101 | 1001100 |
Color Harmonies of #BCF68C
Complementary color
Monochromatic Colors of #BCF68C
Black with #BCF68C
Text Example
Text Example
White with #BCF68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF68C; }
p { color: rgb(188,246,140); }
H1.HeaderClassName
{
color: #BCF68C;
}
.AnyTagClassName
{
color: #BCF68C;
}
</style>
background-color css
<style>
a { background-color: #BCF68C; }
a { background-color: rgb(188,246,140); }
div.DivClassName
{
background-color: #BCF68C;
}
.BgClassName
{
background-color: #BCF68C;
}
</style>
border-color css
<style>
span { border-color: #BCF68C; }
span { border-color: rgb(188,246,140); }
td.TdClassName
{
border-color: #BCF68C;
}
.TagClassName
{
border-color: #BCF68C;
}
</style>