#BDDBA3

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

Shades of Pixie Green #BDDBA3

Tints of Pixie Green #BDDBA3

Color information

#BDDBA3 (or 0xBDDBA3) is unknown color: approx Pixie Green. HEX triplet: BD, DB and A3. RGB value is (189,219,163). Sum of RGB (Red+Green+Blue) = 189+219+163=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBA3 is #42245C. Grayscale: #CBCBCB. Windows color (decimal): -4334685 or 10738621. OLE color: 10738621.

HSL color Cylindrical-coordinate representation of color #BDDBA3: hue angle of 92.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDBA3 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB189219163-
CMYK0.1400.260.14
HSL92.14º43.75%74.9%-
HSV(B)92.14º25.57%85.88%-
XYZ52.9364.1344.24-
YUV203.65105.06117.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 163 (64.06% from 255) = 28.55%
R=33.10%
G=38.35%
B=28.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191630.1400.260.1492.1443.7574.9
HexBDDBA3E01AE5c2c4b
Octal275333243160321613454113
Binary1011110111011011101000111110011010111010111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBA3; }

 p { color: rgb(189,219,163); }

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

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

 a { background-color: rgb(189,219,163); }

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

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

 span { border-color: rgb(189,219,163); }

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