Html Css Color HEX #BED0A3 Pixie Green

📋 copy color: '#BED0A3'

red 190 ◦ green 208 ◦ blue 163

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

Shades of Pixie Green #BED0A3

Tints of Pixie Green #BED0A3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

 BLUE value IS 163 (64.06% from 255) = 29.06%

R = 33.87%
G = 37.08%
B = 29.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#BED0A3 (or 0xBED0A3) is known color: Pixie Green. HEX triplet: BE, D0 and A3. RGB value is (190,208,163). Sum of RGB (Red+Green+Blue) = 190+208+163=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED0A3 is #412F5C. Grayscale: #C5C5C5. Windows color (decimal): -4271965 or 10735806. OLE color: 10735806.

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

Color convert

RGB 190 208 163 -
CMYK 0.09 0 0.22 0.18
HSL 84º 0.32% 0.73% -
HSV(B) 84º 0.22% 0.82% -
XYZ 50.4 58.7 43.32 -
YUV 197.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 190 208 163 0.09 0 0.22 0.18 84 0.32 0.73
Hex BE D0 A3 9 0 16 12 54 20 49
Octal 276 320 243 11 0 26 22 124 40 111
Binary 10111110 11010000 10100011 1001 0 10110 10010 1010100 100000 1001001

Color Harmonies of #BED0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0A3

Black with #BED0A3

Text Example


Text Example

White with #BED0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0A3; }

 p { color: rgb(190,208,163); }

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

background-color css

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

 a { background-color: rgb(190,208,163); }

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

border-color css

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

 span { border-color: rgb(190,208,163); }

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