#BECDAE

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

Shades of Pixie Green #BECDAE

Tints of Pixie Green #BECDAE

Color information

#BECDAE (or 0xBECDAE) is unknown color: approx Pixie Green. HEX triplet: BE, CD and AE. RGB value is (190,205,174). Sum of RGB (Red+Green+Blue) = 190+205+174=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDAE is #413251. Grayscale: #C5C5C5. Windows color (decimal): -4272722 or 11455934. OLE color: 11455934.

HSL color Cylindrical-coordinate representation of color #BECDAE: hue angle of 89.03º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECDAE is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB190205174-
CMYK0.0700.150.20
HSL89.03º23.66%74.31%-
HSV(B)89.03º15.12%80.39%-
XYZ50.7157.6748.5-
YUV196.98115.03123.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=33.39%
G=36.03%
B=30.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051740.0700.150.2089.0323.6674.31
HexBECDAE70F1459184a
Octal27631525670172413130112
Binary10111110110011011010111011101111101001011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDAE; }

 p { color: rgb(190,205,174); }

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

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

 a { background-color: rgb(190,205,174); }

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

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

 span { border-color: rgb(190,205,174); }

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