#BFE7BF

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

Shades of Fringy Flower #BFE7BF

Tints of Fringy Flower #BFE7BF

Color information

#BFE7BF (or 0xBFE7BF) is unknown color: approx Fringy Flower. HEX triplet: BF, E7 and BF. RGB value is (191,231,191). Sum of RGB (Red+Green+Blue) = 191+231+191=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7BF is #401840. Grayscale: #D6D6D6. Windows color (decimal): -4200513 or 12576703. OLE color: 12576703.

HSL color Cylindrical-coordinate representation of color #BFE7BF: hue angle of 120º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE7BF is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB191231191-
CMYK0.1700.170.09
HSL120º45.45%82.75%-
HSV(B)120º17.32%90.59%-
XYZ59.4771.9960.05-
YUV214.48114.75111.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 191 (75% from 255) = 31.16%
R=31.16%
G=37.68%
B=31.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912311910.1700.170.0912045.4582.75
HexBFE7BF110119782d53
Octal277347277210211117055123
Binary10111111111001111011111110001010001100111110001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7BF; }

 p { color: rgb(191,231,191); }

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

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

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

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

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

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

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