#BEF1BE

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

Shades of Fringy Flower #BEF1BE

Tints of Fringy Flower #BEF1BE

Color information

#BEF1BE (or 0xBEF1BE) is unknown color: approx Fringy Flower. HEX triplet: BE, F1 and BE. RGB value is (190,241,190). Sum of RGB (Red+Green+Blue) = 190+241+190=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1BE is #410E41. Grayscale: #DCDCDC. Windows color (decimal): -4263490 or 12513726. OLE color: 12513726.

HSL color Cylindrical-coordinate representation of color #BEF1BE: hue angle of 120º degrees, saturation: 0.65, 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 #BEF1BE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB190241190-
CMYK0.2100.210.05
HSL120º64.56%84.51%-
HSV(B)120º21.16%94.51%-
XYZ61.9877.5860.42-
YUV219.94111.1106.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=30.60%
G=38.81%
B=30.60%

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
Decimal1902411900.2100.210.0512064.5684.51
HexBEF1BE150155784155
Octal276361276250255170101125
Binary10111110111100011011111010101010101101111100010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1BE; }

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

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

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

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

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

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

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

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