Html Css Color HEX #BED29F Pixie Green

📋 copy color: '#BED29F'

red 190 ◦ green 210 ◦ blue 159

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

Shades of Pixie Green #BED29F

Tints of Pixie Green #BED29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.44%

R = 33.99%
G = 37.57%
B = 28.44%

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

#BED29F (or 0xBED29F) is known color: Pixie Green. HEX triplet: BE, D2 and 9F. RGB value is (190,210,159). Sum of RGB (Red+Green+Blue) = 190+210+159=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #BED29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED29F is #412D60. Grayscale: #C6C6C6. Windows color (decimal): -4271457 or 10474174. OLE color: 10474174.

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

Color convert

RGB 190 210 159 -
CMYK 0.10 0 0.24 0.18
HSL 83.53º 0.36% 0.72% -
HSV(B) 83.53º 0.24% 0.82% -
XYZ 50.54 59.54 41.63 -
YUV 198.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 190 210 159 0.10 0 0.24 0.18 83.53 0.36 0.72
Hex BE D2 9F A 0 18 12 54 24 48
Octal 276 322 237 12 0 30 22 124 44 110
Binary 10111110 11010010 10011111 1010 0 11000 10010 1010100 100100 1001000

Color Harmonies of #BED29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED29F

Black with #BED29F

Text Example


Text Example

White with #BED29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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