Shades of Sulu #BCEF66
Tints of Sulu #BCEF66
RGB
CMYK
RGB Variations
Color information
#BCEF66 (or 0xBCEF66) is known color: Sulu. HEX triplet: BC, EF and 66. RGB value is (188,239,102). Sum of RGB (Red+Green+Blue) = 188+239+102=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF66 is #431099. Grayscale: #D0D0D0. Windows color (decimal): -4395162 or 6746044. OLE color: 6746044.
HSL color Cylindrical-coordinate representation of color #BCEF66: hue angle of 82.34º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCEF66 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 102 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.06 |
| HSL | 82.34º | 0.81% | 0.67% | - |
| HSV(B) | 82.34º | 0.57% | 0.94% | - |
| XYZ | 54 | 73.38 | 23.89 | - |
| YUV | 208.13 | 68.1 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 102 | 0.21 | 0 | 0.57 | 0.06 | 82.34 | 0.81 | 0.67 |
| Hex | BC | EF | 66 | 15 | 0 | 39 | 6 | 52 | 51 | 43 |
| Octal | 274 | 357 | 146 | 25 | 0 | 71 | 6 | 122 | 121 | 103 |
| Binary | 10111100 | 11101111 | 1100110 | 10101 | 0 | 111001 | 110 | 1010010 | 1010001 | 1000011 |
Color Harmonies of #BCEF66
Complementary color
Monochromatic Colors of #BCEF66
Black with #BCEF66
Text Example
Text Example
White with #BCEF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEF66; }
p { color: rgb(188,239,102); }
H1.HeaderClassName
{
color: #BCEF66;
}
.AnyTagClassName
{
color: #BCEF66;
}
</style>
background-color css
<style>
a { background-color: #BCEF66; }
a { background-color: rgb(188,239,102); }
div.DivClassName
{
background-color: #BCEF66;
}
.BgClassName
{
background-color: #BCEF66;
}
</style>
border-color css
<style>
span { border-color: #BCEF66; }
span { border-color: rgb(188,239,102); }
td.TdClassName
{
border-color: #BCEF66;
}
.TagClassName
{
border-color: #BCEF66;
}
</style>