#BEF2BE

Color #BEF2BE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BEF2BE

Tints of Fringy Flower #BEF2BE

Color information

#BEF2BE (or 0xBEF2BE) is unknown color: approx Fringy Flower. HEX triplet: BE, F2 and BE. RGB value is (190,242,190). Sum of RGB (Red+Green+Blue) = 190+242+190=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2BE is #410D41. Grayscale: #DCDCDC. Windows color (decimal): -4263234 or 12513982. OLE color: 12513982.

HSL color Cylindrical-coordinate representation of color #BEF2BE: hue angle of 120º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2BE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB190242190-
CMYK0.2100.210.05
HSL120º66.67%84.71%-
HSV(B)120º21.49%94.9%-
XYZ62.2878.1760.52-
YUV220.52110.77106.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 242 (94.92% from 255) = 38.91%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=30.55%
G=38.91%
B=30.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421900.2100.210.0512066.6784.71
HexBEF2BE150155784355
Octal276362276250255170103125
Binary10111110111100101011111010101010101101111100010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2BE; }

 p { color: rgb(190,242,190); }

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

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

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

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

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

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

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