#BEF1C1

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

Shades of Fringy Flower #BEF1C1

Tints of Fringy Flower #BEF1C1

Color information

#BEF1C1 (or 0xBEF1C1) is unknown color: approx Fringy Flower. HEX triplet: BE, F1 and C1. RGB value is (190,241,193). Sum of RGB (Red+Green+Blue) = 190+241+193=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1C1 is #410E3E. Grayscale: #DCDCDC. Windows color (decimal): -4263487 or 12710334. OLE color: 12710334.

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

Color convert

RGB190241193-
CMYK0.2100.200.05
HSL123.53º64.56%84.51%-
HSV(B)123.53º21.16%94.51%-
XYZ62.3277.7162.17-
YUV220.28112.6106.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 193 (75.78% from 255) = 30.93%
R=30.45%
G=38.62%
B=30.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411930.2100.200.05123.5364.5684.51
HexBEF1C11501457c4155
Octal276361301250245174101125
Binary10111110111100011100000110101010100101111110010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1C1; }

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

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

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

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

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

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

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

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