#BDDE9C

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

Shades of Pixie Green #BDDE9C

Tints of Pixie Green #BDDE9C

Color information

#BDDE9C (or 0xBDDE9C) is unknown color: approx Pixie Green. HEX triplet: BD, DE and 9C. RGB value is (189,222,156). Sum of RGB (Red+Green+Blue) = 189+222+156=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE9C is #422163. Grayscale: #CCCCCC. Windows color (decimal): -4333924 or 10280637. OLE color: 10280637.

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

Color convert

RGB189222156-
CMYK0.1500.300.13
HSL90º50%74.12%-
HSV(B)90º29.73%87.06%-
XYZ53.1165.4641.29-
YUV204.61100.57116.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 156 (61.33% from 255) = 27.51%
R=33.33%
G=39.15%
B=27.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221560.1500.300.13905074.12
HexBDDE9CF01ED5a324a
Octal275336234170361513262112
Binary1011110111011110100111001111011110110110110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE9C; }

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

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

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

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

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

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

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

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