#BFEAC0

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

Shades of Fringy Flower #BFEAC0

Tints of Fringy Flower #BFEAC0

Color information

#BFEAC0 (or 0xBFEAC0) is unknown color: approx Fringy Flower. HEX triplet: BF, EA and C0. RGB value is (191,234,192). Sum of RGB (Red+Green+Blue) = 191+234+192=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAC0 is #40153F. Grayscale: #D8D8D8. Windows color (decimal): -4199744 or 12643007. OLE color: 12643007.

HSL color Cylindrical-coordinate representation of color #BFEAC0: hue angle of 121.4º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAC0 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB191234192-
CMYK0.1800.180.08
HSL121.4º50.59%83.33%-
HSV(B)121.4º18.38%91.76%-
XYZ60.4273.7360.92-
YUV216.36114.25109.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 192 (75.39% from 255) = 31.12%
R=30.96%
G=37.93%
B=31.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341920.1800.180.08121.450.5983.33
HexBFEAC0120128793353
Octal277352300220221017163123
Binary10111111111010101100000010010010010100011110011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAC0; }

 p { color: rgb(191,234,192); }

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

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

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

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

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

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

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