Html Css Color HEX #BED1AF Pixie Green

📋 copy color: '#BED1AF'

red 190 ◦ green 209 ◦ blue 175

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

Shades of Pixie Green #BED1AF

Tints of Pixie Green #BED1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.41%

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

R = 33.1%
G = 36.41%
B = 30.49%

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

#BED1AF (or 0xBED1AF) is known color: Pixie Green. HEX triplet: BE, D1 and AF. RGB value is (190,209,175). Sum of RGB (Red+Green+Blue) = 190+209+175=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED1AF is #412E50. Grayscale: #C7C7C7. Windows color (decimal): -4271697 or 11522494. OLE color: 11522494.

HSL color Cylindrical-coordinate representation of color #BED1AF: hue angle of 93.53º 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 #BED1AF is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 175 -
CMYK 0.09 0 0.16 0.18
HSL 93.53º 0.27% 0.75% -
HSV(B) 93.53º 0.16% 0.82% -
XYZ 51.77 59.64 49.34 -
YUV 199.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 190 209 175 0.09 0 0.16 0.18 93.53 0.27 0.75
Hex BE D1 AF 9 0 10 12 5E 1B 4B
Octal 276 321 257 11 0 20 22 136 33 113
Binary 10111110 11010001 10101111 1001 0 10000 10010 1011110 11011 1001011

Color Harmonies of #BED1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1AF

Black with #BED1AF

Text Example


Text Example

White with #BED1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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