Html Css Color HEX #BED2A0 Pixie Green

📋 copy color: '#BED2A0'

red 190 ◦ green 210 ◦ blue 160

#BED2A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #BED2A0

Tints of Pixie Green #BED2A0

RGB

 RED value IS 190 (74.61% from 255) = 33.93%

 GREEN value IS 210 (82.42% from 255) = 37.5%

 BLUE value IS 160 (62.89% from 255) = 28.57%

R = 33.93%
G = 37.5%
B = 28.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#BED2A0 (or 0xBED2A0) is known color: Pixie Green. HEX triplet: BE, D2 and A0. RGB value is (190,210,160). Sum of RGB (Red+Green+Blue) = 190+210+160=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED2A0 is #412D5F. Grayscale: #C6C6C6. Windows color (decimal): -4271456 or 10539710. OLE color: 10539710.

HSL color Cylindrical-coordinate representation of color #BED2A0: hue angle of 84º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED2A0 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 160 -
CMYK 0.10 0 0.24 0.18
HSL 84º 0.36% 0.73% -
HSV(B) 84º 0.24% 0.82% -
XYZ 50.63 59.58 42.09 -
YUV 198.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 190 210 160 0.10 0 0.24 0.18 84 0.36 0.73
Hex BE D2 A0 A 0 18 12 54 24 49
Octal 276 322 240 12 0 30 22 124 44 111
Binary 10111110 11010010 10100000 1010 0 11000 10010 1010100 100100 1001001

Color Harmonies of #BED2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2A0

Black with #BED2A0

Text Example


Text Example

White with #BED2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2A0; }

 p { color: rgb(190,210,160); }

 H1.HeaderClassName
 {
   color: #BED2A0;
 }
 .AnyTagClassName
 {
   color: #BED2A0;
 }
</style>

background-color css

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

 a { background-color: rgb(190,210,160); }

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

border-color css

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

 span { border-color: rgb(190,210,160); }

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