Shades of Sulu #BCEB89
Tints of Sulu #BCEB89
RGB
CMYK
RGB Variations
Color information
#BCEB89 (or 0xBCEB89) is known color: Sulu. HEX triplet: BC, EB and 89. RGB value is (188,235,137). Sum of RGB (Red+Green+Blue) = 188+235+137=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEB89 is #431476. Grayscale: #D2D2D2. Windows color (decimal): -4396151 or 9038780. OLE color: 9038780.
HSL color Cylindrical-coordinate representation of color #BCEB89: hue angle of 88.78º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCEB89 is Cyan = 0.2, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 137 | - |
| CMYK | 0.2 | 0 | 0.42 | 0.08 |
| HSL | 88.78º | 0.71% | 0.73% | - |
| HSV(B) | 88.78º | 0.42% | 0.92% | - |
| XYZ | 54.96 | 71.91 | 34.65 | - |
| YUV | 209.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 137 | 0.2 | 0 | 0.42 | 0.08 | 88.78 | 0.71 | 0.73 |
| Hex | BC | EB | 89 | 14 | 0 | 2A | 8 | 59 | 47 | 49 |
| Octal | 274 | 353 | 211 | 24 | 0 | 52 | 10 | 131 | 107 | 111 |
| Binary | 10111100 | 11101011 | 10001001 | 10100 | 0 | 101010 | 1000 | 1011001 | 1000111 | 1001001 |
Color Harmonies of #BCEB89
Complementary color
Monochromatic Colors of #BCEB89
Black with #BCEB89
Text Example
Text Example
White with #BCEB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB89; }
p { color: rgb(188,235,137); }
H1.HeaderClassName
{
color: #BCEB89;
}
.AnyTagClassName
{
color: #BCEB89;
}
</style>
background-color css
<style>
a { background-color: #BCEB89; }
a { background-color: rgb(188,235,137); }
div.DivClassName
{
background-color: #BCEB89;
}
.BgClassName
{
background-color: #BCEB89;
}
</style>
border-color css
<style>
span { border-color: #BCEB89; }
span { border-color: rgb(188,235,137); }
td.TdClassName
{
border-color: #BCEB89;
}
.TagClassName
{
border-color: #BCEB89;
}
</style>