#BEDDA5

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

Shades of Pixie Green #BEDDA5

Tints of Pixie Green #BEDDA5

Color information

#BEDDA5 (or 0xBEDDA5) is unknown color: approx Pixie Green. HEX triplet: BE, DD and A5. RGB value is (190,221,165). Sum of RGB (Red+Green+Blue) = 190+221+165=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDDA5 is #41225A. Grayscale: #CDCDCD. Windows color (decimal): -4268635 or 10870206. OLE color: 10870206.

HSL color Cylindrical-coordinate representation of color #BEDDA5: hue angle of 93.21º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEDDA5 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB190221165-
CMYK0.1400.250.13
HSL93.21º45.16%75.69%-
HSV(B)93.21º25.34%86.67%-
XYZ53.8865.3845.38-
YUV205.35105.23117.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 165 (64.84% from 255) = 28.65%
R=32.99%
G=38.37%
B=28.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211650.1400.250.1393.2145.1675.69
HexBEDDA5E019D5d2d4c
Octal276335245160311513555114
Binary1011111011011101101001011110011001110110111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDA5; }

 p { color: rgb(190,221,165); }

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

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

 a { background-color: rgb(190,221,165); }

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

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

 span { border-color: rgb(190,221,165); }

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