#BADD9E

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

Shades of Pixie Green #BADD9E

Tints of Pixie Green #BADD9E

Color information

#BADD9E (or 0xBADD9E) is unknown color: approx Pixie Green. HEX triplet: BA, DD and 9E. RGB value is (186,221,158). Sum of RGB (Red+Green+Blue) = 186+221+158=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD9E is #452261. Grayscale: #CBCBCB. Windows color (decimal): -4530786 or 10411450. OLE color: 10411450.

HSL color Cylindrical-coordinate representation of color #BADD9E: hue angle of 93.33º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BADD9E is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB186221158-
CMYK0.1600.290.13
HSL93.33º48.09%74.31%-
HSV(B)93.33º28.51%86.67%-
XYZ52.2864.6242.07-
YUV203.35102.4115.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=32.92%
G=39.12%
B=27.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211580.1600.290.1393.3348.0974.31
HexBADD9E1001DD5d304a
Octal272335236200351513560112
Binary10111010110111011001111010000011101110110111011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD9E; }

 p { color: rgb(186,221,158); }

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

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

 a { background-color: rgb(186,221,158); }

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

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

 span { border-color: rgb(186,221,158); }

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