Shades of Sulu #BBEC7C
Tints of Sulu #BBEC7C
RGB
CMYK
RGB Variations
Color information
#BBEC7C (or 0xBBEC7C) is known color: Sulu. HEX triplet: BB, EC and 7C. RGB value is (187,236,124). Sum of RGB (Red+Green+Blue) = 187+236+124=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC7C is #441383. Grayscale: #D0D0D0. Windows color (decimal): -4461444 or 8187067. OLE color: 8187067.
HSL color Cylindrical-coordinate representation of color #BBEC7C: hue angle of 86.25º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBEC7C is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 124 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.07 |
| HSL | 86.25º | 0.75% | 0.71% | - |
| HSV(B) | 86.25º | 0.47% | 0.93% | - |
| XYZ | 54.13 | 72.01 | 30.12 | - |
| YUV | 208.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 124 | 0.21 | 0 | 0.47 | 0.07 | 86.25 | 0.75 | 0.71 |
| Hex | BB | EC | 7C | 15 | 0 | 2F | 7 | 56 | 4B | 47 |
| Octal | 273 | 354 | 174 | 25 | 0 | 57 | 7 | 126 | 113 | 107 |
| Binary | 10111011 | 11101100 | 1111100 | 10101 | 0 | 101111 | 111 | 1010110 | 1001011 | 1000111 |
Color Harmonies of #BBEC7C
Complementary color
Monochromatic Colors of #BBEC7C
Black with #BBEC7C
Text Example
Text Example
White with #BBEC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC7C; }
p { color: rgb(187,236,124); }
H1.HeaderClassName
{
color: #BBEC7C;
}
.AnyTagClassName
{
color: #BBEC7C;
}
</style>
background-color css
<style>
a { background-color: #BBEC7C; }
a { background-color: rgb(187,236,124); }
div.DivClassName
{
background-color: #BBEC7C;
}
.BgClassName
{
background-color: #BBEC7C;
}
</style>
border-color css
<style>
span { border-color: #BBEC7C; }
span { border-color: rgb(187,236,124); }
td.TdClassName
{
border-color: #BBEC7C;
}
.TagClassName
{
border-color: #BBEC7C;
}
</style>