#BDD2AF

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

Shades of Pixie Green #BDD2AF

Tints of Pixie Green #BDD2AF

Color information

#BDD2AF (or 0xBDD2AF) is unknown color: approx Pixie Green. HEX triplet: BD, D2 and AF. RGB value is (189,210,175). Sum of RGB (Red+Green+Blue) = 189+210+175=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD2AF is #422D50. Grayscale: #C7C7C7. Windows color (decimal): -4336977 or 11522749. OLE color: 11522749.

HSL color Cylindrical-coordinate representation of color #BDD2AF: hue angle of 96º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDD2AF is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB189210175-
CMYK0.1000.170.18
HSL96º28%75.49%-
HSV(B)96º16.67%82.35%-
XYZ51.7760.0149.41-
YUV199.73114.04120.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 210 (82.42% from 255) = 36.59%
BLUE value IS 175 (68.75% from 255) = 30.49%
R=32.93%
G=36.59%
B=30.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101750.1000.170.18962875.49
HexBDD2AFA01112601c4b
Octal275322257120212214034113
Binary1011110111010010101011111010010001100101100000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2AF; }

 p { color: rgb(189,210,175); }

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

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

 a { background-color: rgb(189,210,175); }

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

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

 span { border-color: rgb(189,210,175); }

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