#BEFEBF

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

Shades of Fringy Flower #BEFEBF

Tints of Fringy Flower #BEFEBF

Color information

#BEFEBF (or 0xBEFEBF) is unknown color: approx Fringy Flower. HEX triplet: BE, FE and BF. RGB value is (190,254,191). Sum of RGB (Red+Green+Blue) = 190+254+191=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEBF is #410140. Grayscale: #E3E3E3. Windows color (decimal): -4260161 or 12582590. OLE color: 12582590.

HSL color Cylindrical-coordinate representation of color #BEFEBF: hue angle of 120.94º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEBF is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB190254191-
CMYK0.2500.250.00
HSL120.94º96.97%87.06%-
HSV(B)120.94º25.2%99.61%-
XYZ66.0885.5962.33-
YUV227.68107.3101.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 191 (75% from 255) = 30.08%
R=29.92%
G=40%
B=30.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541910.2500.250.00120.9496.9787.06
HexBEFEBF190190796157
Octal276376277310310171141127
Binary101111101111111010111111110010110010111100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEBF; }

 p { color: rgb(190,254,191); }

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

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

 a { background-color: rgb(190,254,191); }

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

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

 span { border-color: rgb(190,254,191); }

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