#BFE7C2

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

Shades of Fringy Flower #BFE7C2

Tints of Fringy Flower #BFE7C2

Color information

#BFE7C2 (or 0xBFE7C2) is unknown color: approx Fringy Flower. HEX triplet: BF, E7 and C2. RGB value is (191,231,194). Sum of RGB (Red+Green+Blue) = 191+231+194=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7C2 is #40183D. Grayscale: #D6D6D6. Windows color (decimal): -4200510 or 12773311. OLE color: 12773311.

HSL color Cylindrical-coordinate representation of color #BFE7C2: hue angle of 124.5º 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 #BFE7C2 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB191231194-
CMYK0.1700.160.09
HSL124.5º45.45%82.75%-
HSV(B)124.5º17.32%90.59%-
XYZ59.872.1261.81-
YUV214.82116.25111.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.01%
GREEN value IS 231 (90.62% from 255) = 37.5%
BLUE value IS 194 (76.17% from 255) = 31.49%
R=31.01%
G=37.5%
B=31.49%

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
Decimal1912311940.1700.160.09124.545.4582.75
HexBFE7C21101097c2d53
Octal277347302210201117455123
Binary10111111111001111100001010001010000100111111001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7C2; }

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

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

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

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

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

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

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

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