#BCE197

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

Shades of Pixie Green #BCE197

Tints of Pixie Green #BCE197

Color information

#BCE197 (or 0xBCE197) is unknown color: approx Pixie Green. HEX triplet: BC, E1 and 97. RGB value is (188,225,151). Sum of RGB (Red+Green+Blue) = 188+225+151=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE197 is #431E68. Grayscale: #CDCDCD. Windows color (decimal): -4398697 or 9953724. OLE color: 9953724.

HSL color Cylindrical-coordinate representation of color #BCE197: hue angle of 90º degrees, saturation: 0.55, 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 #BCE197 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB188225151-
CMYK0.1600.330.12
HSL90º55.22%73.73%-
HSV(B)90º32.89%88.24%-
XYZ53.2566.7839.36-
YUV205.597.24115.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 151 (59.38% from 255) = 26.77%
R=33.33%
G=39.89%
B=26.77%

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
Decimal1882251510.1600.330.129055.2273.73
HexBCE19710021C5a374a
Octal274341227200411413267112
Binary101111001110000110010111100000100001110010110101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE197; }

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

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

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

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

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

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

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

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