#BCE88D

Color #BCE88D Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCE88D

Tints of Sulu #BCE88D

Color information

#BCE88D (or 0xBCE88D) is unknown color: approx Sulu. HEX triplet: BC, E8 and 8D. RGB value is (188,232,141). Sum of RGB (Red+Green+Blue) = 188+232+141=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE88D is #431772. Grayscale: #D0D0D0. Windows color (decimal): -4396915 or 9300156. OLE color: 9300156.

HSL color Cylindrical-coordinate representation of color #BCE88D: hue angle of 89.01º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCE88D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB188232141-
CMYK0.1900.390.09
HSL89.01º66.42%73.14%-
HSV(B)89.01º39.22%90.98%-
XYZ54.470.3335.91-
YUV208.4789.92113.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 232 (91.02% from 255) = 41.35%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=33.51%
G=41.35%
B=25.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882321410.1900.390.0989.0166.4273.14
HexBCE88D130279594249
Octal2743502152304711131102111
Binary1011110011101000100011011001101001111001101100110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE88D; }

 p { color: rgb(188,232,141); }

 H1.HeaderClassName
 {
   color: #BCE88D;
 }
 .AnyTagClassName
 {
   color: #BCE88D;
 }
</style>
background-color css

<style>
 a { background-color: #BCE88D; }

 a { background-color: rgb(188,232,141); }

 div.DivClassName
 {
   background-color: #BCE88D;
 }
 .BgClassName
 {
   background-color: #BCE88D;
 }
</style>
border-color css

<style>
 span { border-color: #BCE88D; }

 span { border-color: rgb(188,232,141); }

 td.TdClassName
 {
   border-color: #BCE88D;
 }
 .TagClassName
 {
   border-color: #BCE88D;
 }
</style>