#BDD6A0

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

Shades of Pixie Green #BDD6A0

Tints of Pixie Green #BDD6A0

Color information

#BDD6A0 (or 0xBDD6A0) is unknown color: approx Pixie Green. HEX triplet: BD, D6 and A0. RGB value is (189,214,160). Sum of RGB (Red+Green+Blue) = 189+214+160=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD6A0 is #42295F. Grayscale: #C8C8C8. Windows color (decimal): -4335968 or 10540733. OLE color: 10540733.

HSL color Cylindrical-coordinate representation of color #BDD6A0: hue angle of 87.78º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD6A0 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB189214160-
CMYK0.1200.250.16
HSL87.78º39.71%73.33%-
HSV(B)87.78º25.23%83.92%-
XYZ51.3861.4542.41-
YUV200.37105.22119.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 214 (83.98% from 255) = 38.01%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=33.57%
G=38.01%
B=28.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141600.1200.250.1687.7839.7173.33
HexBDD6A0C01910582849
Octal275326240140312013050111
Binary10111101110101101010000011000110011000010110001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6A0; }

 p { color: rgb(189,214,160); }

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

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

 a { background-color: rgb(189,214,160); }

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

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

 span { border-color: rgb(189,214,160); }

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