#BDDC9B

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

Shades of Pixie Green #BDDC9B

Tints of Pixie Green #BDDC9B

Color information

#BDDC9B (or 0xBDDC9B) is unknown color: approx Pixie Green. HEX triplet: BD, DC and 9B. RGB value is (189,220,155). Sum of RGB (Red+Green+Blue) = 189+220+155=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC9B is #422364. Grayscale: #CBCBCB. Windows color (decimal): -4334437 or 10214589. OLE color: 10214589.

HSL color Cylindrical-coordinate representation of color #BDDC9B: hue angle of 88.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDDC9B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB189220155-
CMYK0.1400.300.14
HSL88.62º48.15%73.53%-
HSV(B)88.62º29.55%86.27%-
XYZ52.564.3740.67-
YUV203.32100.73117.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 155 (60.94% from 255) = 27.48%
R=33.51%
G=39.01%
B=27.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201550.1400.300.1488.6248.1573.53
HexBDDC9BE01EE59304a
Octal275334233160361613160112
Binary1011110111011100100110111110011110111010110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC9B; }

 p { color: rgb(189,220,155); }

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

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

 a { background-color: rgb(189,220,155); }

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

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

 span { border-color: rgb(189,220,155); }

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