Html Css Color HEX #BED6AD Pixie Green

📋 copy color: '#BED6AD'

red 190 ◦ green 214 ◦ blue 173

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

Shades of Pixie Green #BED6AD

Tints of Pixie Green #BED6AD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.09%

 BLUE value IS 173 (67.97% from 255) = 29.98%

R = 32.93%
G = 37.09%
B = 29.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#BED6AD (or 0xBED6AD) is known color: Pixie Green. HEX triplet: BE, D6 and AD. RGB value is (190,214,173). Sum of RGB (Red+Green+Blue) = 190+214+173=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED6AD is #412952. Grayscale: #CACACA. Windows color (decimal): -4270419 or 11392702. OLE color: 11392702.

HSL color Cylindrical-coordinate representation of color #BED6AD: hue angle of 95.12º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED6AD is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 173 -
CMYK 0.11 0 0.19 0.16
HSL 95.12º 0.33% 0.76% -
HSV(B) 95.12º 0.19% 0.84% -
XYZ 52.82 62.06 48.73 -
YUV 202.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 190 214 173 0.11 0 0.19 0.16 95.12 0.33 0.76
Hex BE D6 AD B 0 13 10 5F 21 4C
Octal 276 326 255 13 0 23 20 137 41 114
Binary 10111110 11010110 10101101 1011 0 10011 10000 1011111 100001 1001100

Color Harmonies of #BED6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6AD

Black with #BED6AD

Text Example


Text Example

White with #BED6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6AD; }

 p { color: rgb(190,214,173); }

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

background-color css

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

 a { background-color: rgb(190,214,173); }

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

border-color css

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

 span { border-color: rgb(190,214,173); }

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