Shades of Sulu #BCE48A
Tints of Sulu #BCE48A
RGB
CMYK
RGB Variations
Color information
#BCE48A (or 0xBCE48A) is known color: Sulu. HEX triplet: BC, E4 and 8A. RGB value is (188,228,138). Sum of RGB (Red+Green+Blue) = 188+228+138=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE48A is #431B75. Grayscale: #CECECE. Windows color (decimal): -4397942 or 9102524. OLE color: 9102524.
HSL color Cylindrical-coordinate representation of color #BCE48A: hue angle of 86.67º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCE48A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 138 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.11 |
| HSL | 86.67º | 0.63% | 0.72% | - |
| HSV(B) | 86.67º | 0.39% | 0.89% | - |
| XYZ | 53.07 | 68.01 | 34.38 | - |
| YUV | 205.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 138 | 0.18 | 0 | 0.39 | 0.11 | 86.67 | 0.63 | 0.72 |
| Hex | BC | E4 | 8A | 12 | 0 | 27 | B | 57 | 3E | 48 |
| Octal | 274 | 344 | 212 | 22 | 0 | 47 | 13 | 127 | 76 | 110 |
| Binary | 10111100 | 11100100 | 10001010 | 10010 | 0 | 100111 | 1011 | 1010111 | 111110 | 1001000 |
Color Harmonies of #BCE48A
Complementary color
Monochromatic Colors of #BCE48A
Black with #BCE48A
Text Example
Text Example
White with #BCE48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE48A; }
p { color: rgb(188,228,138); }
H1.HeaderClassName
{
color: #BCE48A;
}
.AnyTagClassName
{
color: #BCE48A;
}
</style>
background-color css
<style>
a { background-color: #BCE48A; }
a { background-color: rgb(188,228,138); }
div.DivClassName
{
background-color: #BCE48A;
}
.BgClassName
{
background-color: #BCE48A;
}
</style>
border-color css
<style>
span { border-color: #BCE48A; }
span { border-color: rgb(188,228,138); }
td.TdClassName
{
border-color: #BCE48A;
}
.TagClassName
{
border-color: #BCE48A;
}
</style>