Shades of Sulu #BCE98F
Tints of Sulu #BCE98F
RGB
CMYK
RGB Variations
Color information
#BCE98F (or 0xBCE98F) is known color: Sulu. HEX triplet: BC, E9 and 8F. RGB value is (188,233,143). Sum of RGB (Red+Green+Blue) = 188+233+143=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE98F is #431670. Grayscale: #D1D1D1. Windows color (decimal): -4396657 or 9431484. OLE color: 9431484.
HSL color Cylindrical-coordinate representation of color #BCE98F: hue angle of 90º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCE98F is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 143 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.09 |
| HSL | 90º | 0.67% | 0.74% | - |
| HSV(B) | 90º | 0.39% | 0.91% | - |
| XYZ | 54.84 | 70.95 | 36.79 | - |
| YUV | 209.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 143 | 0.19 | 0 | 0.39 | 0.09 | 90 | 0.67 | 0.74 |
| Hex | BC | E9 | 8F | 13 | 0 | 27 | 9 | 5A | 43 | 4A |
| Octal | 274 | 351 | 217 | 23 | 0 | 47 | 11 | 132 | 103 | 112 |
| Binary | 10111100 | 11101001 | 10001111 | 10011 | 0 | 100111 | 1001 | 1011010 | 1000011 | 1001010 |
Color Harmonies of #BCE98F
Complementary color
Monochromatic Colors of #BCE98F
Black with #BCE98F
Text Example
Text Example
White with #BCE98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE98F; }
p { color: rgb(188,233,143); }
H1.HeaderClassName
{
color: #BCE98F;
}
.AnyTagClassName
{
color: #BCE98F;
}
</style>
background-color css
<style>
a { background-color: #BCE98F; }
a { background-color: rgb(188,233,143); }
div.DivClassName
{
background-color: #BCE98F;
}
.BgClassName
{
background-color: #BCE98F;
}
</style>
border-color css
<style>
span { border-color: #BCE98F; }
span { border-color: rgb(188,233,143); }
td.TdClassName
{
border-color: #BCE98F;
}
.TagClassName
{
border-color: #BCE98F;
}
</style>