#BEF1BA

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

Shades of Fringy Flower #BEF1BA

Tints of Fringy Flower #BEF1BA

Color information

#BEF1BA (or 0xBEF1BA) is unknown color: approx Fringy Flower. HEX triplet: BE, F1 and BA. RGB value is (190,241,186). Sum of RGB (Red+Green+Blue) = 190+241+186=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1BA is #410E45. Grayscale: #DBDBDB. Windows color (decimal): -4263494 or 12251582. OLE color: 12251582.

HSL color Cylindrical-coordinate representation of color #BEF1BA: hue angle of 115.64º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF1BA is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB190241186-
CMYK0.2100.230.05
HSL115.64º66.27%83.73%-
HSV(B)115.64º22.82%94.51%-
XYZ61.5577.458.15-
YUV219.48109.1106.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=30.79%
G=39.06%
B=30.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411860.2100.230.05115.6466.2783.73
HexBEF1BA150175744254
Octal276361272250275164102124
Binary10111110111100011011101010101010111101111010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1BA; }

 p { color: rgb(190,241,186); }

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

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

 a { background-color: rgb(190,241,186); }

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

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

 span { border-color: rgb(190,241,186); }

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