#BDDE99

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

Shades of Pixie Green #BDDE99

Tints of Pixie Green #BDDE99

Color information

#BDDE99 (or 0xBDDE99) is unknown color: approx Pixie Green. HEX triplet: BD, DE and 99. RGB value is (189,222,153). Sum of RGB (Red+Green+Blue) = 189+222+153=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE99 is #422166. Grayscale: #CCCCCC. Windows color (decimal): -4333927 or 10084029. OLE color: 10084029.

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

Color convert

RGB189222153-
CMYK0.1500.310.13
HSL88.7º51.11%73.53%-
HSV(B)88.7º31.08%87.06%-
XYZ52.8665.3639.97-
YUV204.2799.07117.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=33.51%
G=39.36%
B=27.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221530.1500.310.1388.751.1173.53
HexBDDE99F01FD59334a
Octal275336231170371513163112
Binary1011110111011110100110011111011111110110110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE99; }

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

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

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

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

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

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

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

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