#BCE193

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

Shades of Sulu #BCE193

Tints of Sulu #BCE193

Color information

#BCE193 (or 0xBCE193) is unknown color: approx Sulu. HEX triplet: BC, E1 and 93. RGB value is (188,225,147). Sum of RGB (Red+Green+Blue) = 188+225+147=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE193 is #431E6C. Grayscale: #CDCDCD. Windows color (decimal): -4398701 or 9691580. OLE color: 9691580.

HSL color Cylindrical-coordinate representation of color #BCE193: hue angle of 88.46º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCE193 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB188225147-
CMYK0.1600.350.12
HSL88.46º56.52%72.94%-
HSV(B)88.46º34.67%88.24%-
XYZ52.9366.6537.68-
YUV205.0495.24115.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 225 (88.28% from 255) = 40.18%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=33.57%
G=40.18%
B=26.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251470.1600.350.1288.4656.5272.94
HexBCE19310023C583949
Octal274341223200431413071111
Binary101111001110000110010011100000100011110010110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE193; }

 p { color: rgb(188,225,147); }

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

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

 a { background-color: rgb(188,225,147); }

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

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

 span { border-color: rgb(188,225,147); }

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