Shades of Sulu #BCEE7B
Tints of Sulu #BCEE7B
RGB
CMYK
RGB Variations
Color information
#BCEE7B (or 0xBCEE7B) is known color: Sulu. HEX triplet: BC, EE and 7B. RGB value is (188,238,123). Sum of RGB (Red+Green+Blue) = 188+238+123=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE7B is #431184. Grayscale: #D2D2D2. Windows color (decimal): -4395397 or 8122044. OLE color: 8122044.
HSL color Cylindrical-coordinate representation of color #BCEE7B: hue angle of 86.09º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCEE7B is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 123 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.07 |
| HSL | 86.09º | 0.77% | 0.71% | - |
| HSV(B) | 86.09º | 0.48% | 0.93% | - |
| XYZ | 54.89 | 73.27 | 29.99 | - |
| YUV | 209.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 123 | 0.21 | 0 | 0.48 | 0.07 | 86.09 | 0.77 | 0.71 |
| Hex | BC | EE | 7B | 15 | 0 | 30 | 7 | 56 | 4D | 47 |
| Octal | 274 | 356 | 173 | 25 | 0 | 60 | 7 | 126 | 115 | 107 |
| Binary | 10111100 | 11101110 | 1111011 | 10101 | 0 | 110000 | 111 | 1010110 | 1001101 | 1000111 |
Color Harmonies of #BCEE7B
Complementary color
Monochromatic Colors of #BCEE7B
Black with #BCEE7B
Text Example
Text Example
White with #BCEE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE7B; }
p { color: rgb(188,238,123); }
H1.HeaderClassName
{
color: #BCEE7B;
}
.AnyTagClassName
{
color: #BCEE7B;
}
</style>
background-color css
<style>
a { background-color: #BCEE7B; }
a { background-color: rgb(188,238,123); }
div.DivClassName
{
background-color: #BCEE7B;
}
.BgClassName
{
background-color: #BCEE7B;
}
</style>
border-color css
<style>
span { border-color: #BCEE7B; }
span { border-color: rgb(188,238,123); }
td.TdClassName
{
border-color: #BCEE7B;
}
.TagClassName
{
border-color: #BCEE7B;
}
</style>