#BED0AF

Color #BED0AF Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BED0AF

Tints of Pixie Green #BED0AF

Color information

#BED0AF (or 0xBED0AF) is unknown color: approx Pixie Green. HEX triplet: BE, D0 and AF. RGB value is (190,208,175). Sum of RGB (Red+Green+Blue) = 190+208+175=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED0AF is #412F50. Grayscale: #C6C6C6. Windows color (decimal): -4271953 or 11522238. OLE color: 11522238.

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

Color convert

RGB190208175-
CMYK0.0900.160.18
HSL92.73º25.98%75.1%-
HSV(B)92.73º15.87%81.57%-
XYZ51.5359.1549.26-
YUV198.86114.54121.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=33.16%
G=36.30%
B=30.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081750.0900.160.1892.7325.9875.1
HexBED0AF9010125d1a4b
Octal276320257110202213532113
Binary1011111011010000101011111001010000100101011101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0AF; }

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

 H1.HeaderClassName
 {
   color: #BED0AF;
 }
 .AnyTagClassName
 {
   color: #BED0AF;
 }
</style>
background-color css

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

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

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

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

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

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