Html Css Color HEX #BED2AF Pixie Green

📋 copy color: '#BED2AF'

red 190 ◦ green 210 ◦ blue 175

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

Shades of Pixie Green #BED2AF

Tints of Pixie Green #BED2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.43%

R = 33.04%
G = 36.52%
B = 30.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#BED2AF (or 0xBED2AF) is known color: Pixie Green. HEX triplet: BE, D2 and AF. RGB value is (190,210,175). Sum of RGB (Red+Green+Blue) = 190+210+175=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED2AF is #412D50. Grayscale: #C8C8C8. Windows color (decimal): -4271441 or 11522750. OLE color: 11522750.

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

Color convert

RGB 190 210 175 -
CMYK 0.10 0 0.17 0.18
HSL 94.29º 0.28% 0.75% -
HSV(B) 94.29º 0.17% 0.82% -
XYZ 52.02 60.14 49.42 -
YUV 200.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 190 210 175 0.10 0 0.17 0.18 94.29 0.28 0.75
Hex BE D2 AF A 0 11 12 5E 1C 4B
Octal 276 322 257 12 0 21 22 136 34 113
Binary 10111110 11010010 10101111 1010 0 10001 10010 1011110 11100 1001011

Color Harmonies of #BED2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2AF

Black with #BED2AF

Text Example


Text Example

White with #BED2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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