#BEF4C0

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

Shades of Fringy Flower #BEF4C0

Tints of Fringy Flower #BEF4C0

Color information

#BEF4C0 (or 0xBEF4C0) is unknown color: approx Fringy Flower. HEX triplet: BE, F4 and C0. RGB value is (190,244,192). Sum of RGB (Red+Green+Blue) = 190+244+192=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 244 (95.70% from 255 or 38.98% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF4C0 is #410B3F. Grayscale: #DEDEDE. Windows color (decimal): -4262720 or 12645566. OLE color: 12645566.

HSL color Cylindrical-coordinate representation of color #BEF4C0: hue angle of 122.22º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF4C0 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB190244192-
CMYK0.2200.210.04
HSL122.22º71.05%85.1%-
HSV(B)122.22º22.13%95.69%-
XYZ63.179.4561.88-
YUV221.93111.11105.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 244 (95.70% from 255) = 38.98%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=30.35%
G=38.98%
B=30.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902441920.2200.210.04122.2271.0585.1
HexBEF4C01601547a4755
Octal276364300260254172107125
Binary10111110111101001100000010110010101100111101010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF4C0; }

 p { color: rgb(190,244,192); }

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

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

 a { background-color: rgb(190,244,192); }

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

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

 span { border-color: rgb(190,244,192); }

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