Shades of Sulu #BCE992
Tints of Sulu #BCE992
RGB
CMYK
RGB Variations
Color information
#BCE992 (or 0xBCE992) is known color: Sulu. HEX triplet: BC, E9 and 92. RGB value is (188,233,146). Sum of RGB (Red+Green+Blue) = 188+233+146=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE992 is #43166D. Grayscale: #D1D1D1. Windows color (decimal): -4396654 or 9628092. OLE color: 9628092.
HSL color Cylindrical-coordinate representation of color #BCE992: hue angle of 91.03º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCE992 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 146 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.09 |
| HSL | 91.03º | 0.66% | 0.74% | - |
| HSV(B) | 91.03º | 0.37% | 0.91% | - |
| XYZ | 55.07 | 71.04 | 38 | - |
| YUV | 209.63 | 92.09 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 146 | 0.19 | 0 | 0.37 | 0.09 | 91.03 | 0.66 | 0.74 |
| Hex | BC | E9 | 92 | 13 | 0 | 25 | 9 | 5B | 42 | 4A |
| Octal | 274 | 351 | 222 | 23 | 0 | 45 | 11 | 133 | 102 | 112 |
| Binary | 10111100 | 11101001 | 10010010 | 10011 | 0 | 100101 | 1001 | 1011011 | 1000010 | 1001010 |
Color Harmonies of #BCE992
Complementary color
Monochromatic Colors of #BCE992
Black with #BCE992
Text Example
Text Example
White with #BCE992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE992; }
p { color: rgb(188,233,146); }
H1.HeaderClassName
{
color: #BCE992;
}
.AnyTagClassName
{
color: #BCE992;
}
</style>
background-color css
<style>
a { background-color: #BCE992; }
a { background-color: rgb(188,233,146); }
div.DivClassName
{
background-color: #BCE992;
}
.BgClassName
{
background-color: #BCE992;
}
</style>
border-color css
<style>
span { border-color: #BCE992; }
span { border-color: rgb(188,233,146); }
td.TdClassName
{
border-color: #BCE992;
}
.TagClassName
{
border-color: #BCE992;
}
</style>