Html Css Color HEX #BED0AE Pixie Green

📋 copy color: '#BED0AE'

red 190 ◦ green 208 ◦ blue 174

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

Shades of Pixie Green #BED0AE

Tints of Pixie Green #BED0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.42%

R = 33.22%
G = 36.36%
B = 30.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#BED0AE (or 0xBED0AE) is known color: Pixie Green. HEX triplet: BE, D0 and AE. RGB value is (190,208,174). Sum of RGB (Red+Green+Blue) = 190+208+174=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED0AE is #412F51. Grayscale: #C6C6C6. Windows color (decimal): -4271954 or 11456702. OLE color: 11456702.

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

Color convert

RGB 190 208 174 -
CMYK 0.09 0 0.16 0.18
HSL 91.76º 0.27% 0.75% -
HSV(B) 91.76º 0.16% 0.82% -
XYZ 51.43 59.11 48.74 -
YUV 198.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 190 208 174 0.09 0 0.16 0.18 91.76 0.27 0.75
Hex BE D0 AE 9 0 10 12 5C 1B 4B
Octal 276 320 256 11 0 20 22 134 33 113
Binary 10111110 11010000 10101110 1001 0 10000 10010 1011100 11011 1001011

Color Harmonies of #BED0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0AE

Black with #BED0AE

Text Example


Text Example

White with #BED0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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