#BDDFA0

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

Shades of Pixie Green #BDDFA0

Tints of Pixie Green #BDDFA0

Color information

#BDDFA0 (or 0xBDDFA0) is unknown color: approx Pixie Green. HEX triplet: BD, DF and A0. RGB value is (189,223,160). Sum of RGB (Red+Green+Blue) = 189+223+160=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFA0 is #42205F. Grayscale: #CDCDCD. Windows color (decimal): -4333664 or 10543037. OLE color: 10543037.

HSL color Cylindrical-coordinate representation of color #BDDFA0: hue angle of 92.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDDFA0 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB189223160-
CMYK0.1500.280.13
HSL92.38º49.61%75.1%-
HSV(B)92.38º28.25%87.45%-
XYZ53.7266.1343.19-
YUV205.65102.24116.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 223 (87.5% from 255) = 38.99%
BLUE value IS 160 (62.89% from 255) = 27.97%
R=33.04%
G=38.99%
B=27.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231600.1500.280.1392.3849.6175.1
HexBDDFA0F01CD5c324b
Octal275337240170341513462113
Binary1011110111011111101000001111011100110110111001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFA0; }

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

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

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

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

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

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

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

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