#BFE7BE

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

Shades of Fringy Flower #BFE7BE

Tints of Fringy Flower #BFE7BE

Color information

#BFE7BE (or 0xBFE7BE) is unknown color: approx Fringy Flower. HEX triplet: BF, E7 and BE. RGB value is (191,231,190). Sum of RGB (Red+Green+Blue) = 191+231+190=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7BE is #401841. Grayscale: #D6D6D6. Windows color (decimal): -4200514 or 12511167. OLE color: 12511167.

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

Color convert

RGB191231190-
CMYK0.1700.180.09
HSL118.54º46.07%82.55%-
HSV(B)118.54º17.75%90.59%-
XYZ59.3671.9559.47-
YUV214.37114.25111.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 231 (90.62% from 255) = 37.75%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=31.21%
G=37.75%
B=31.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912311900.1700.180.09118.5446.0782.55
HexBFE7BE110129772e53
Octal277347276210221116756123
Binary10111111111001111011111010001010010100111101111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7BE; }

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

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

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

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

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

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

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

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