#BFE09E

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

Shades of Pixie Green #BFE09E

Tints of Pixie Green #BFE09E

Color information

#BFE09E (or 0xBFE09E) is unknown color: approx Pixie Green. HEX triplet: BF, E0 and 9E. RGB value is (191,224,158). Sum of RGB (Red+Green+Blue) = 191+224+158=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE09E is #401F61. Grayscale: #CECECE. Windows color (decimal): -4202338 or 10412223. OLE color: 10412223.

HSL color Cylindrical-coordinate representation of color #BFE09E: hue angle of 90º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFE09E is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB191224158-
CMYK0.1500.290.12
HSL90º51.56%74.9%-
HSV(B)90º29.46%87.84%-
XYZ54.3166.8642.39-
YUV206.61100.57116.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=33.33%
G=39.09%
B=27.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241580.1500.290.129051.5674.9
HexBFE09EF01DC5a344b
Octal277340236170351413264113
Binary1011111111100000100111101111011101110010110101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE09E; }

 p { color: rgb(191,224,158); }

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

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

 a { background-color: rgb(191,224,158); }

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

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

 span { border-color: rgb(191,224,158); }

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