#BEF6BF

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

Shades of Fringy Flower #BEF6BF

Tints of Fringy Flower #BEF6BF

Color information

#BEF6BF (or 0xBEF6BF) is unknown color: approx Fringy Flower. HEX triplet: BE, F6 and BF. RGB value is (190,246,191). Sum of RGB (Red+Green+Blue) = 190+246+191=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6BF is #410940. Grayscale: #DFDFDF. Windows color (decimal): -4262209 or 12580542. OLE color: 12580542.

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

Color convert

RGB190246191-
CMYK0.2300.220.04
HSL121.07º75.68%85.49%-
HSV(B)121.07º22.76%96.47%-
XYZ63.5980.6261.5-
YUV222.99109.95104.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 246 (96.48% from 255) = 39.23%
BLUE value IS 191 (75% from 255) = 30.46%
R=30.30%
G=39.23%
B=30.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902461910.2300.220.04121.0775.6885.49
HexBEF6BF170164794c55
Octal276366277270264171114125
Binary10111110111101101011111110111010110100111100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6BF; }

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

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

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

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

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

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

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

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