#BEF8BE

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

Shades of Fringy Flower #BEF8BE

Tints of Fringy Flower #BEF8BE

Color information

#BEF8BE (or 0xBEF8BE) is unknown color: approx Fringy Flower. HEX triplet: BE, F8 and BE. RGB value is (190,248,190). Sum of RGB (Red+Green+Blue) = 190+248+190=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8BE is #410741. Grayscale: #E0E0E0. Windows color (decimal): -4261698 or 12515518. OLE color: 12515518.

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

Color convert

RGB190248190-
CMYK0.2300.230.03
HSL120º80.56%85.88%-
HSV(B)120º23.39%97.25%-
XYZ64.181.861.13-
YUV224.05108.78103.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 248 (97.27% from 255) = 39.49%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=30.25%
G=39.49%
B=30.25%

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
Decimal1902481900.2300.230.0312080.5685.88
HexBEF8BE170173785156
Octal276370276270273170121126
Binary1011111011111000101111101011101011111111100010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8BE; }

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

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

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

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

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

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

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

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