#BFF7BF

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

Shades of Fringy Flower #BFF7BF

Tints of Fringy Flower #BFF7BF

Color information

#BFF7BF (or 0xBFF7BF) is unknown color: approx Fringy Flower. HEX triplet: BF, F7 and BF. RGB value is (191,247,191). Sum of RGB (Red+Green+Blue) = 191+247+191=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7BF is #400840. Grayscale: #E0E0E0. Windows color (decimal): -4196417 or 12580799. OLE color: 12580799.

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

Color convert

RGB191247191-
CMYK0.2300.230.03
HSL120º77.78%85.88%-
HSV(B)120º22.67%96.86%-
XYZ64.1581.3661.61-
YUV223.87109.45104.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 247 (96.88% from 255) = 39.27%
BLUE value IS 191 (75% from 255) = 30.37%
R=30.37%
G=39.27%
B=30.37%

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
Decimal1912471910.2300.230.0312077.7885.88
HexBFF7BF170173784e56
Octal277367277270273170116126
Binary1011111111110111101111111011101011111111100010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7BF; }

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

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

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

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

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

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

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

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