#BCD69F

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

Shades of Pixie Green #BCD69F

Tints of Pixie Green #BCD69F

Color information

#BCD69F (or 0xBCD69F) is unknown color: approx Pixie Green. HEX triplet: BC, D6 and 9F. RGB value is (188,214,159). Sum of RGB (Red+Green+Blue) = 188+214+159=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD69F is #432960. Grayscale: #C8C8C8. Windows color (decimal): -4401505 or 10475196. OLE color: 10475196.

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

Color convert

RGB188214159-
CMYK0.1200.260.16
HSL88.36º40.15%73.14%-
HSV(B)88.36º25.7%83.92%-
XYZ51.0461.2941.94-
YUV199.96104.89119.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=33.51%
G=38.15%
B=28.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141590.1200.260.1688.3640.1573.14
HexBCD69FC01A10582849
Octal274326237140322013050111
Binary10111100110101101001111111000110101000010110001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD69F; }

 p { color: rgb(188,214,159); }

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

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

 a { background-color: rgb(188,214,159); }

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

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

 span { border-color: rgb(188,214,159); }

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