#BEFBC0

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

Shades of Fringy Flower #BEFBC0

Tints of Fringy Flower #BEFBC0

Color information

#BEFBC0 (or 0xBEFBC0) is unknown color: approx Fringy Flower. HEX triplet: BE, FB and C0. RGB value is (190,251,192). Sum of RGB (Red+Green+Blue) = 190+251+192=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBC0 is #41043F. Grayscale: #E2E2E2. Windows color (decimal): -4260928 or 12647358. OLE color: 12647358.

HSL color Cylindrical-coordinate representation of color #BEFBC0: hue angle of 121.97º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBC0 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB190251192-
CMYK0.2400.240.02
HSL121.97º88.41%86.47%-
HSV(B)121.97º24.3%98.43%-
XYZ65.2583.7562.6-
YUV226.04108.79102.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=30.02%
G=39.65%
B=30.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511920.2400.240.02121.9788.4186.47
HexBEFBC01801827a5856
Octal276373300300302172130126
Binary1011111011111011110000001100001100010111101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBC0; }

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

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

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

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

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

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

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

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