#BFEFBE

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

Shades of Fringy Flower #BFEFBE

Tints of Fringy Flower #BFEFBE

Color information

#BFEFBE (or 0xBFEFBE) is unknown color: approx Fringy Flower. HEX triplet: BF, EF and BE. RGB value is (191,239,190). Sum of RGB (Red+Green+Blue) = 191+239+190=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFBE is #401041. Grayscale: #DBDBDB. Windows color (decimal): -4198466 or 12513215. OLE color: 12513215.

HSL color Cylindrical-coordinate representation of color #BFEFBE: hue angle of 118.78º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEFBE is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB191239190-
CMYK0.2000.210.06
HSL118.78º60.49%84.12%-
HSV(B)118.78º20.5%93.73%-
XYZ61.6576.5360.24-
YUV219.06111.6107.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=30.81%
G=38.55%
B=30.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391900.2000.210.06118.7860.4984.12
HexBFEFBE140156773c54
Octal27735727624025616774124
Binary1011111111101111101111101010001010111011101111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFBE; }

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

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

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

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

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

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

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

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