#BCDE98

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

Shades of Pixie Green #BCDE98

Tints of Pixie Green #BCDE98

Color information

#BCDE98 (or 0xBCDE98) is unknown color: approx Pixie Green. HEX triplet: BC, DE and 98. RGB value is (188,222,152). Sum of RGB (Red+Green+Blue) = 188+222+152=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE98 is #432167. Grayscale: #CCCCCC. Windows color (decimal): -4399464 or 10018492. OLE color: 10018492.

HSL color Cylindrical-coordinate representation of color #BCDE98: hue angle of 89.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCDE98 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB188222152-
CMYK0.1500.320.13
HSL89.14º51.47%73.33%-
HSV(B)89.14º31.53%87.06%-
XYZ52.5365.239.52-
YUV203.8598.74116.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 152 (59.77% from 255) = 27.05%
R=33.45%
G=39.50%
B=27.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221520.1500.320.1389.1451.4773.33
HexBCDE98F020D593349
Octal274336230170401513163111
Binary10111100110111101001100011110100000110110110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE98; }

 p { color: rgb(188,222,152); }

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

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

 a { background-color: rgb(188,222,152); }

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

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

 span { border-color: rgb(188,222,152); }

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