#BEFCBD

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

Shades of Fringy Flower #BEFCBD

Tints of Fringy Flower #BEFCBD

Color information

#BEFCBD (or 0xBEFCBD) is unknown color: approx Fringy Flower. HEX triplet: BE, FC and BD. RGB value is (190,252,189). Sum of RGB (Red+Green+Blue) = 190+252+189=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCBD is #410342. Grayscale: #E2E2E2. Windows color (decimal): -4260675 or 12451006. OLE color: 12451006.

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

Color convert

RGB190252189-
CMYK0.2500.250.01
HSL119.05º91.3%86.47%-
HSV(B)119.05º25%98.82%-
XYZ65.2384.2460.97-
YUV226.28106.96102.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=30.11%
G=39.94%
B=29.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521890.2500.250.01119.0591.386.47
HexBEFCBD190191775b56
Octal276374275310311167133126
Binary101111101111110010111101110010110011111011110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCBD; }

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

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

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

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

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

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

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

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