#BEF2BF

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

Shades of Fringy Flower #BEF2BF

Tints of Fringy Flower #BEF2BF

Color information

#BEF2BF (or 0xBEF2BF) is unknown color: approx Fringy Flower. HEX triplet: BE, F2 and BF. RGB value is (190,242,191). Sum of RGB (Red+Green+Blue) = 190+242+191=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2BF is #410D40. Grayscale: #DCDCDC. Windows color (decimal): -4263233 or 12579518. OLE color: 12579518.

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

Color convert

RGB190242191-
CMYK0.2100.210.05
HSL121.15º66.67%84.71%-
HSV(B)121.15º21.49%94.9%-
XYZ62.3978.2161.1-
YUV220.64111.27106.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 242 (94.92% from 255) = 38.84%
BLUE value IS 191 (75% from 255) = 30.66%
R=30.50%
G=38.84%
B=30.66%

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
Decimal1902421910.2100.210.05121.1566.6784.71
HexBEF2BF150155794355
Octal276362277250255171103125
Binary10111110111100101011111110101010101101111100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2BF; }

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

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

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

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

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

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

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

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