#BEFCBF

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

Shades of Fringy Flower #BEFCBF

Tints of Fringy Flower #BEFCBF

Color information

#BEFCBF (or 0xBEFCBF) is unknown color: approx Fringy Flower. HEX triplet: BE, FC and BF. RGB value is (190,252,191). Sum of RGB (Red+Green+Blue) = 190+252+191=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCBF is #410340. Grayscale: #E2E2E2. Windows color (decimal): -4260673 or 12582078. OLE color: 12582078.

HSL color Cylindrical-coordinate representation of color #BEFCBF: hue angle of 120.97º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCBF is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB190252191-
CMYK0.2500.240.01
HSL120.97º91.18%86.67%-
HSV(B)120.97º24.6%98.82%-
XYZ65.4584.3362.12-
YUV226.51107.96101.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 191 (75% from 255) = 30.17%
R=30.02%
G=39.81%
B=30.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521910.2500.240.01120.9791.1886.67
HexBEFCBF190181795b57
Octal276374277310301171133127
Binary101111101111110010111111110010110001111100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCBF; }

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

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

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

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

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

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

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

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