#BED69C

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

Shades of Pixie Green #BED69C

Tints of Pixie Green #BED69C

Color information

#BED69C (or 0xBED69C) is unknown color: approx Pixie Green. HEX triplet: BE, D6 and 9C. RGB value is (190,214,156). Sum of RGB (Red+Green+Blue) = 190+214+156=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #BED69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED69C is #412963. Grayscale: #C8C8C8. Windows color (decimal): -4270436 or 10278590. OLE color: 10278590.

HSL color Cylindrical-coordinate representation of color #BED69C: hue angle of 84.83º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BED69C is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB190214156-
CMYK0.1100.270.16
HSL84.83º41.43%72.55%-
HSV(B)84.83º27.1%83.92%-
XYZ51.2861.4440.61-
YUV200.21103.05120.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=33.93%
G=38.21%
B=27.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141560.1100.270.1684.8341.4372.55
HexBED69CB01B10552949
Octal276326234130332012551111
Binary10111110110101101001110010110110111000010101011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED69C; }

 p { color: rgb(190,214,156); }

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

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

 a { background-color: rgb(190,214,156); }

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

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

 span { border-color: rgb(190,214,156); }

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