Html Css Color HEX #BED0A5 Pixie Green

📋 copy color: '#BED0A5'

red 190 ◦ green 208 ◦ blue 165

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

Shades of Pixie Green #BED0A5

Tints of Pixie Green #BED0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.31%

R = 33.75%
G = 36.94%
B = 29.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#BED0A5 (or 0xBED0A5) is known color: Pixie Green. HEX triplet: BE, D0 and A5. RGB value is (190,208,165). Sum of RGB (Red+Green+Blue) = 190+208+165=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED0A5 is #412F5A. Grayscale: #C5C5C5. Windows color (decimal): -4271963 or 10866878. OLE color: 10866878.

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

Color convert

RGB 190 208 165 -
CMYK 0.09 0 0.21 0.18
HSL 85.12º 0.31% 0.73% -
HSV(B) 85.12º 0.21% 0.82% -
XYZ 50.58 58.78 44.28 -
YUV 197.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 190 208 165 0.09 0 0.21 0.18 85.12 0.31 0.73
Hex BE D0 A5 9 0 15 12 55 1F 49
Octal 276 320 245 11 0 25 22 125 37 111
Binary 10111110 11010000 10100101 1001 0 10101 10010 1010101 11111 1001001

Color Harmonies of #BED0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0A5

Black with #BED0A5

Text Example


Text Example

White with #BED0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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