#BCE196

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

Shades of Pixie Green #BCE196

Tints of Pixie Green #BCE196

Color information

#BCE196 (or 0xBCE196) is unknown color: approx Pixie Green. HEX triplet: BC, E1 and 96. RGB value is (188,225,150). Sum of RGB (Red+Green+Blue) = 188+225+150=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE196 is #431E69. Grayscale: #CDCDCD. Windows color (decimal): -4398698 or 9888188. OLE color: 9888188.

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

Color convert

RGB188225150-
CMYK0.1600.330.12
HSL89.6º55.56%73.53%-
HSV(B)89.6º33.33%88.24%-
XYZ53.1766.7438.93-
YUV205.3996.74115.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=33.39%
G=39.96%
B=26.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251500.1600.330.1289.655.5673.53
HexBCE19610021C5a384a
Octal274341226200411413270112
Binary101111001110000110010110100000100001110010110101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE196; }

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

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

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

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

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

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

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

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