#BDD8A0

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

Shades of Pixie Green #BDD8A0

Tints of Pixie Green #BDD8A0

Color information

#BDD8A0 (or 0xBDD8A0) is unknown color: approx Pixie Green. HEX triplet: BD, D8 and A0. RGB value is (189,216,160). Sum of RGB (Red+Green+Blue) = 189+216+160=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD8A0 is #42275F. Grayscale: #C9C9C9. Windows color (decimal): -4335456 or 10541245. OLE color: 10541245.

HSL color Cylindrical-coordinate representation of color #BDD8A0: hue angle of 88.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD8A0 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB189216160-
CMYK0.1200.260.15
HSL88.93º41.79%73.73%-
HSV(B)88.93º25.93%84.71%-
XYZ51.8962.4742.58-
YUV201.54104.55119.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=33.45%
G=38.23%
B=28.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161600.1200.260.1588.9341.7973.73
HexBDD8A0C01AF592a4a
Octal275330240140321713152112
Binary1011110111011000101000001100011010111110110011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8A0; }

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

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

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

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

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

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

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

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