#BFF7BE

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

Shades of Fringy Flower #BFF7BE

Tints of Fringy Flower #BFF7BE

Color information

#BFF7BE (or 0xBFF7BE) is unknown color: approx Fringy Flower. HEX triplet: BF, F7 and BE. RGB value is (191,247,190). Sum of RGB (Red+Green+Blue) = 191+247+190=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7BE is #400841. Grayscale: #DFDFDF. Windows color (decimal): -4196418 or 12515263. OLE color: 12515263.

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

Color convert

RGB191247190-
CMYK0.2300.230.03
HSL118.95º78.08%85.69%-
HSV(B)118.95º23.08%96.86%-
XYZ64.0481.3261.04-
YUV223.76108.95104.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 247 (96.88% from 255) = 39.33%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=30.41%
G=39.33%
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
Decimal1912471900.2300.230.03118.9578.0885.69
HexBFF7BE170173774e56
Octal277367276270273167116126
Binary1011111111110111101111101011101011111111011110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7BE; }

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

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

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

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

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

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

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

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