Shades of Sulu #BCEF89
Tints of Sulu #BCEF89
RGB
CMYK
RGB Variations
Color information
#BCEF89 (or 0xBCEF89) is known color: Sulu. HEX triplet: BC, EF and 89. RGB value is (188,239,137). Sum of RGB (Red+Green+Blue) = 188+239+137=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF89 is #431076. Grayscale: #D4D4D4. Windows color (decimal): -4395127 or 9039804. OLE color: 9039804.
HSL color Cylindrical-coordinate representation of color #BCEF89: hue angle of 90º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCEF89 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 137 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.06 |
| HSL | 90º | 0.76% | 0.74% | - |
| HSV(B) | 90º | 0.43% | 0.94% | - |
| XYZ | 56.12 | 74.23 | 35.04 | - |
| YUV | 212.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 137 | 0.21 | 0 | 0.43 | 0.06 | 90 | 0.76 | 0.74 |
| Hex | BC | EF | 89 | 15 | 0 | 2B | 6 | 5A | 4C | 4A |
| Octal | 274 | 357 | 211 | 25 | 0 | 53 | 6 | 132 | 114 | 112 |
| Binary | 10111100 | 11101111 | 10001001 | 10101 | 0 | 101011 | 110 | 1011010 | 1001100 | 1001010 |
Color Harmonies of #BCEF89
Complementary color
Monochromatic Colors of #BCEF89
Black with #BCEF89
Text Example
Text Example
White with #BCEF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEF89; }
p { color: rgb(188,239,137); }
H1.HeaderClassName
{
color: #BCEF89;
}
.AnyTagClassName
{
color: #BCEF89;
}
</style>
background-color css
<style>
a { background-color: #BCEF89; }
a { background-color: rgb(188,239,137); }
div.DivClassName
{
background-color: #BCEF89;
}
.BgClassName
{
background-color: #BCEF89;
}
</style>
border-color css
<style>
span { border-color: #BCEF89; }
span { border-color: rgb(188,239,137); }
td.TdClassName
{
border-color: #BCEF89;
}
.TagClassName
{
border-color: #BCEF89;
}
</style>