#BFE7C1

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

Shades of Fringy Flower #BFE7C1

Tints of Fringy Flower #BFE7C1

Color information

#BFE7C1 (or 0xBFE7C1) is unknown color: approx Fringy Flower. HEX triplet: BF, E7 and C1. RGB value is (191,231,193). Sum of RGB (Red+Green+Blue) = 191+231+193=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7C1 is #40183E. Grayscale: #D6D6D6. Windows color (decimal): -4200511 or 12707775. OLE color: 12707775.

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

Color convert

RGB191231193-
CMYK0.1700.160.09
HSL123º45.45%82.75%-
HSV(B)123º17.32%90.59%-
XYZ59.6972.0861.22-
YUV214.71115.75111.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 231 (90.62% from 255) = 37.56%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=31.06%
G=37.56%
B=31.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912311930.1700.160.0912345.4582.75
HexBFE7C11101097b2d53
Octal277347301210201117355123
Binary10111111111001111100000110001010000100111110111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7C1; }

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

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

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

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

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

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

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

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