#BFE8BF

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

Shades of Fringy Flower #BFE8BF

Tints of Fringy Flower #BFE8BF

Color information

#BFE8BF (or 0xBFE8BF) is unknown color: approx Fringy Flower. HEX triplet: BF, E8 and BF. RGB value is (191,232,191). Sum of RGB (Red+Green+Blue) = 191+232+191=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8BF is #401740. Grayscale: #D7D7D7. Windows color (decimal): -4200257 or 12576959. OLE color: 12576959.

HSL color Cylindrical-coordinate representation of color #BFE8BF: hue angle of 120º degrees, saturation: 0.47, 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 #BFE8BF is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB191232191-
CMYK0.1800.180.09
HSL120º47.13%82.94%-
HSV(B)120º17.67%90.98%-
XYZ59.7572.5560.15-
YUV215.07114.42110.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 232 (91.02% from 255) = 37.79%
BLUE value IS 191 (75% from 255) = 31.11%
R=31.11%
G=37.79%
B=31.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912321910.1800.180.0912047.1382.94
HexBFE8BF120129782f53
Octal277350277220221117057123
Binary10111111111010001011111110010010010100111110001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8BF; }

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

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

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

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

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

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

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

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