#BEF6BE

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

Shades of Fringy Flower #BEF6BE

Tints of Fringy Flower #BEF6BE

Color information

#BEF6BE (or 0xBEF6BE) is unknown color: approx Fringy Flower. HEX triplet: BE, F6 and BE. RGB value is (190,246,190). Sum of RGB (Red+Green+Blue) = 190+246+190=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6BE is #410941. Grayscale: #DFDFDF. Windows color (decimal): -4262210 or 12515006. OLE color: 12515006.

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

Color convert

RGB190246190-
CMYK0.2300.230.04
HSL120º75.68%85.49%-
HSV(B)120º22.76%96.47%-
XYZ63.4980.5860.92-
YUV222.87109.45104.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 246 (96.48% from 255) = 39.30%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=30.35%
G=39.30%
B=30.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902461900.2300.230.0412075.6885.49
HexBEF6BE170174784c55
Octal276366276270274170114125
Binary10111110111101101011111010111010111100111100010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6BE; }

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

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

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

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

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

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

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

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