#BDE199

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

Shades of Pixie Green #BDE199

Tints of Pixie Green #BDE199

Color information

#BDE199 (or 0xBDE199) is unknown color: approx Pixie Green. HEX triplet: BD, E1 and 99. RGB value is (189,225,153). Sum of RGB (Red+Green+Blue) = 189+225+153=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE199 is #421E66. Grayscale: #CECECE. Windows color (decimal): -4333159 or 10084797. OLE color: 10084797.

HSL color Cylindrical-coordinate representation of color #BDE199: 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.32%. Process color model (Four color, CMYK) of #BDE199 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB189225153-
CMYK0.1600.320.12
HSL90º54.55%74.12%-
HSV(B)90º32%88.24%-
XYZ53.6666.9740.24-
YUV206.0398.07115.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 225 (88.28% from 255) = 39.68%
BLUE value IS 153 (60.16% from 255) = 26.98%
R=33.33%
G=39.68%
B=26.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251530.1600.320.129054.5574.12
HexBDE19910020C5a374a
Octal275341231200401413267112
Binary101111011110000110011001100000100000110010110101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE199; }

 p { color: rgb(189,225,153); }

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

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

 a { background-color: rgb(189,225,153); }

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

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

 span { border-color: rgb(189,225,153); }

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