Html Css Color HEX #BED4AD Pixie Green

📋 copy color: '#BED4AD'

red 190 ◦ green 212 ◦ blue 173

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

Shades of Pixie Green #BED4AD

Tints of Pixie Green #BED4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.87%

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

R = 33.04%
G = 36.87%
B = 30.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#BED4AD (or 0xBED4AD) is known color: Pixie Green. HEX triplet: BE, D4 and AD. RGB value is (190,212,173). Sum of RGB (Red+Green+Blue) = 190+212+173=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED4AD is #412B52. Grayscale: #C9C9C9. Windows color (decimal): -4270931 or 11392190. OLE color: 11392190.

HSL color Cylindrical-coordinate representation of color #BED4AD: hue angle of 93.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED4AD is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 173 -
CMYK 0.10 0 0.18 0.17
HSL 93.85º 0.31% 0.75% -
HSV(B) 93.85º 0.18% 0.83% -
XYZ 52.32 61.05 48.56 -
YUV 200.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 190 212 173 0.10 0 0.18 0.17 93.85 0.31 0.75
Hex BE D4 AD A 0 12 11 5E 1F 4B
Octal 276 324 255 12 0 22 21 136 37 113
Binary 10111110 11010100 10101101 1010 0 10010 10001 1011110 11111 1001011

Color Harmonies of #BED4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4AD

Black with #BED4AD

Text Example


Text Example

White with #BED4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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