#BDD8A1

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

Shades of Pixie Green #BDD8A1

Tints of Pixie Green #BDD8A1

Color information

#BDD8A1 (or 0xBDD8A1) is unknown color: approx Pixie Green. HEX triplet: BD, D8 and A1. RGB value is (189,216,161). Sum of RGB (Red+Green+Blue) = 189+216+161=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD8A1 is #42275E. Grayscale: #C9C9C9. Windows color (decimal): -4335455 or 10606781. OLE color: 10606781.

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

Color convert

RGB189216161-
CMYK0.1200.250.15
HSL89.45º41.35%73.92%-
HSV(B)89.45º25.46%84.71%-
XYZ51.9862.543.04-
YUV201.66105.05118.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 216 (84.77% from 255) = 38.16%
BLUE value IS 161 (63.28% from 255) = 28.45%
R=33.39%
G=38.16%
B=28.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161610.1200.250.1589.4541.3573.92
HexBDD8A1C019F59294a
Octal275330241140311713151112
Binary1011110111011000101000011100011001111110110011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8A1; }

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

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

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

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

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

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

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

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