#bfe8c2

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

Shades of Fringy Flower #BFE8C2

Tints of Fringy Flower #BFE8C2

Color information

#BFE8C2 (or 0xBFE8C2) is unknown color: approx Fringy Flower. HEX triplet: BF, E8 and C2. RGB value is (191,232,194). Sum of RGB (Red+Green+Blue) = 191+232+194=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8C2 is #40173D. Grayscale: #D7D7D7. Windows color (decimal): -4200254 or 12773567. OLE color: 12773567.

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

Color convert

RGB191232194-
CMYK0.1800.160.09
HSL124.39º47.13%82.94%-
HSV(B)124.39º17.67%90.98%-
XYZ60.0872.6861.9-
YUV215.41115.92110.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 232 (91.02% from 255) = 37.60%
BLUE value IS 194 (76.17% from 255) = 31.44%
R=30.96%
G=37.60%
B=31.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912321940.1800.160.09124.3947.1382.94
HexBFE8C21201097c2f53
Octal277350302220201117457123
Binary10111111111010001100001010010010000100111111001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfe8c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfe8c2; }

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

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

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

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

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

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

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

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