#BEF7BE

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

Shades of Fringy Flower #BEF7BE

Tints of Fringy Flower #BEF7BE

Color information

#BEF7BE (or 0xBEF7BE) is unknown color: approx Fringy Flower. HEX triplet: BE, F7 and BE. RGB value is (190,247,190). Sum of RGB (Red+Green+Blue) = 190+247+190=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7BE is #410841. Grayscale: #DFDFDF. Windows color (decimal): -4261954 or 12515262. OLE color: 12515262.

HSL color Cylindrical-coordinate representation of color #BEF7BE: hue angle of 120º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7BE is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB190247190-
CMYK0.2300.230.03
HSL120º78.08%85.69%-
HSV(B)120º23.08%96.86%-
XYZ63.7981.1961.02-
YUV223.46109.12104.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 247 (96.88% from 255) = 39.39%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=30.30%
G=39.39%
B=30.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902471900.2300.230.0312078.0885.69
HexBEF7BE170173784e56
Octal276367276270273170116126
Binary1011111011110111101111101011101011111111100010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7BE; }

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

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

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

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

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

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

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

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