#BED4AF

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

Shades of Pixie Green #BED4AF

Tints of Pixie Green #BED4AF

Color information

#BED4AF (or 0xBED4AF) is unknown color: approx Pixie Green. HEX triplet: BE, D4 and AF. RGB value is (190,212,175). Sum of RGB (Red+Green+Blue) = 190+212+175=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED4AF is #412B50. Grayscale: #C9C9C9. Windows color (decimal): -4270929 or 11523262. OLE color: 11523262.

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

Color convert

RGB190212175-
CMYK0.1000.170.17
HSL95.68º30.08%75.88%-
HSV(B)95.68º17.45%83.14%-
XYZ52.5261.1349.59-
YUV201.2113.21120.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 175 (68.75% from 255) = 30.33%
R=32.93%
G=36.74%
B=30.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121750.1000.170.1795.6830.0875.88
HexBED4AFA01111601e4c
Octal276324257120212114036114
Binary1011111011010100101011111010010001100011100000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4AF; }

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

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

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

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

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

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

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

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