#BADD9C

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

Shades of Pixie Green #BADD9C

Tints of Pixie Green #BADD9C

Color information

#BADD9C (or 0xBADD9C) is unknown color: approx Pixie Green. HEX triplet: BA, DD and 9C. RGB value is (186,221,156). Sum of RGB (Red+Green+Blue) = 186+221+156=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD9C is #452263. Grayscale: #CBCBCB. Windows color (decimal): -4530788 or 10280378. OLE color: 10280378.

HSL color Cylindrical-coordinate representation of color #BADD9C: hue angle of 92.31º degrees, saturation: 0.49, 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 #BADD9C is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB186221156-
CMYK0.1600.290.13
HSL92.31º48.87%73.92%-
HSV(B)92.31º29.41%86.67%-
XYZ52.1164.5541.17-
YUV203.12101.4115.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=33.04%
G=39.25%
B=27.71%

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
Decimal1862211560.1600.290.1392.3148.8773.92
HexBADD9C1001DD5c314a
Octal272335234200351513461112
Binary10111010110111011001110010000011101110110111001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD9C; }

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

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

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

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

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

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

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

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