#BEF7C0

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

Shades of Fringy Flower #BEF7C0

Tints of Fringy Flower #BEF7C0

Color information

#BEF7C0 (or 0xBEF7C0) is unknown color: approx Fringy Flower. HEX triplet: BE, F7 and C0. RGB value is (190,247,192). Sum of RGB (Red+Green+Blue) = 190+247+192=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7C0 is #41083F. Grayscale: #DFDFDF. Windows color (decimal): -4261952 or 12646334. OLE color: 12646334.

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

Color convert

RGB190247192-
CMYK0.2300.220.03
HSL122.11º78.08%85.69%-
HSV(B)122.11º23.08%96.86%-
XYZ64.0181.2762.18-
YUV223.69110.12103.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 247 (96.88% from 255) = 39.27%
BLUE value IS 192 (75.39% from 255) = 30.52%
R=30.21%
G=39.27%
B=30.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902471920.2300.220.03122.1178.0885.69
HexBEF7C01701637a4e56
Octal276367300270263172116126
Binary1011111011110111110000001011101011011111101010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7C0; }

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

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

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

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

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

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

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

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