#BDDE9D

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

Shades of Pixie Green #BDDE9D

Tints of Pixie Green #BDDE9D

Color information

#BDDE9D (or 0xBDDE9D) is unknown color: approx Pixie Green. HEX triplet: BD, DE and 9D. RGB value is (189,222,157). Sum of RGB (Red+Green+Blue) = 189+222+157=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE9D is #422162. Grayscale: #CCCCCC. Windows color (decimal): -4333923 or 10346173. OLE color: 10346173.

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

Color convert

RGB189222157-
CMYK0.1500.290.13
HSL90.46º49.62%74.31%-
HSV(B)90.46º29.28%87.06%-
XYZ53.1965.541.74-
YUV204.72101.07116.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=33.27%
G=39.08%
B=27.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221570.1500.290.1390.4649.6274.31
HexBDDE9DF01DD5a324a
Octal275336235170351513262112
Binary1011110111011110100111011111011101110110110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE9D; }

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

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

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

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

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

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

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

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