Shades of Sulu #BCEA81
Tints of Sulu #BCEA81
RGB
CMYK
RGB Variations
Color information
#BCEA81 (or 0xBCEA81) is known color: Sulu. HEX triplet: BC, EA and 81. RGB value is (188,234,129). Sum of RGB (Red+Green+Blue) = 188+234+129=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA81 is #43157E. Grayscale: #D0D0D0. Windows color (decimal): -4396415 or 8514236. OLE color: 8514236.
HSL color Cylindrical-coordinate representation of color #BCEA81: hue angle of 86.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCEA81 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 129 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.08 |
| HSL | 86.29º | 0.71% | 0.71% | - |
| HSV(B) | 86.29º | 0.45% | 0.92% | - |
| XYZ | 54.12 | 71.12 | 31.64 | - |
| YUV | 208.28 | 83.26 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 129 | 0.20 | 0 | 0.45 | 0.08 | 86.29 | 0.71 | 0.71 |
| Hex | BC | EA | 81 | 14 | 0 | 2D | 8 | 56 | 47 | 47 |
| Octal | 274 | 352 | 201 | 24 | 0 | 55 | 10 | 126 | 107 | 107 |
| Binary | 10111100 | 11101010 | 10000001 | 10100 | 0 | 101101 | 1000 | 1010110 | 1000111 | 1000111 |
Color Harmonies of #BCEA81
Complementary color
Monochromatic Colors of #BCEA81
Black with #BCEA81
Text Example
Text Example
White with #BCEA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA81; }
p { color: rgb(188,234,129); }
H1.HeaderClassName
{
color: #BCEA81;
}
.AnyTagClassName
{
color: #BCEA81;
}
</style>
background-color css
<style>
a { background-color: #BCEA81; }
a { background-color: rgb(188,234,129); }
div.DivClassName
{
background-color: #BCEA81;
}
.BgClassName
{
background-color: #BCEA81;
}
</style>
border-color css
<style>
span { border-color: #BCEA81; }
span { border-color: rgb(188,234,129); }
td.TdClassName
{
border-color: #BCEA81;
}
.TagClassName
{
border-color: #BCEA81;
}
</style>