#BFEFBF

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

Shades of Fringy Flower #BFEFBF

Tints of Fringy Flower #BFEFBF

Color information

#BFEFBF (or 0xBFEFBF) is unknown color: approx Fringy Flower. HEX triplet: BF, EF and BF. RGB value is (191,239,191). Sum of RGB (Red+Green+Blue) = 191+239+191=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFBF is #401040. Grayscale: #DBDBDB. Windows color (decimal): -4198465 or 12578751. OLE color: 12578751.

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

Color convert

RGB191239191-
CMYK0.2000.200.06
HSL120º60%84.31%-
HSV(B)120º20.08%93.73%-
XYZ61.7676.5760.81-
YUV219.18112.1107.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 239 (93.75% from 255) = 38.49%
BLUE value IS 191 (75% from 255) = 30.76%
R=30.76%
G=38.49%
B=30.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391910.2000.200.061206084.31
HexBFEFBF140146783c54
Octal27735727724024617074124
Binary1011111111101111101111111010001010011011110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFBF; }

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

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

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

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

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

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

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

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