#BECEAB

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

Shades of Pixie Green #BECEAB

Tints of Pixie Green #BECEAB

Color information

#BECEAB (or 0xBECEAB) is unknown color: approx Pixie Green. HEX triplet: BE, CE and AB. RGB value is (190,206,171). Sum of RGB (Red+Green+Blue) = 190+206+171=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEAB is #413154. Grayscale: #C5C5C5. Windows color (decimal): -4272469 or 11259582. OLE color: 11259582.

HSL color Cylindrical-coordinate representation of color #BECEAB: hue angle of 87.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BECEAB is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB190206171-
CMYK0.0800.170.19
HSL87.43º26.32%73.92%-
HSV(B)87.43º16.99%80.78%-
XYZ50.6658.0347.06-
YUV197.23113.2122.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=33.51%
G=36.33%
B=30.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061710.0800.170.1987.4326.3273.92
HexBECEAB801113571a4a
Octal276316253100212312732112
Binary1011111011001110101010111000010001100111010111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEAB; }

 p { color: rgb(190,206,171); }

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

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

 a { background-color: rgb(190,206,171); }

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

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

 span { border-color: rgb(190,206,171); }

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