Html Css Color HEX #BED2AC Pixie Green

📋 copy color: '#BED2AC'

red 190 ◦ green 210 ◦ blue 172

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

Shades of Pixie Green #BED2AC

Tints of Pixie Green #BED2AC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.71%

 BLUE value IS 172 (67.58% from 255) = 30.07%

R = 33.22%
G = 36.71%
B = 30.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#BED2AC (or 0xBED2AC) is known color: Pixie Green. HEX triplet: BE, D2 and AC. RGB value is (190,210,172). Sum of RGB (Red+Green+Blue) = 190+210+172=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED2AC is #412D53. Grayscale: #C7C7C7. Windows color (decimal): -4271444 or 11326142. OLE color: 11326142.

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

Color convert

RGB 190 210 172 -
CMYK 0.10 0 0.18 0.18
HSL 91.58º 0.3% 0.75% -
HSV(B) 91.58º 0.18% 0.82% -
XYZ 51.73 60.02 47.89 -
YUV 199.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 190 210 172 0.10 0 0.18 0.18 91.58 0.3 0.75
Hex BE D2 AC A 0 12 12 5C 1E 4B
Octal 276 322 254 12 0 22 22 134 36 113
Binary 10111110 11010010 10101100 1010 0 10010 10010 1011100 11110 1001011

Color Harmonies of #BED2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2AC

Black with #BED2AC

Text Example


Text Example

White with #BED2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2AC; }

 p { color: rgb(190,210,172); }

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

background-color css

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

 a { background-color: rgb(190,210,172); }

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

border-color css

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

 span { border-color: rgb(190,210,172); }

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